Commit 515762a10f3b98250ab5c7f9546e9973576222e1
1 parent
7f0d3d39
Exists in
master
and in
39 other branches
Added BROWSERID_ENABLED variable in spec settings
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
colab.spec
... | ... | @@ -157,6 +157,9 @@ ROBOTS_NOINDEX: false |
157 | 157 | #PROXIED_APPS: |
158 | 158 | # gitlab: |
159 | 159 | # upstream: 'http://localhost:8080/gitlab/' |
160 | + | |
161 | +## Enabled BROWSER_ID protocol | |
162 | +# BROWSERID_ENABLED: True | |
160 | 163 | EOF |
161 | 164 | chown root:colab /etc/colab/settings.yaml |
162 | 165 | chmod 0640 /etc/colab/settings.yaml | ... | ... |