From 515762a10f3b98250ab5c7f9546e9973576222e1 Mon Sep 17 00:00:00 2001 From: Lucas Kanashiro Date: Tue, 27 Jan 2015 10:59:28 -0200 Subject: [PATCH] Added BROWSERID_ENABLED variable in spec settings --- colab.spec | 3 +++ 1 file changed, 3 insertions(+), 0 deletions(-) diff --git a/colab.spec b/colab.spec index 3a4c531..e5fdeb3 100644 --- a/colab.spec +++ b/colab.spec @@ -157,6 +157,9 @@ ROBOTS_NOINDEX: false #PROXIED_APPS: # gitlab: # upstream: 'http://localhost:8080/gitlab/' + +## Enabled BROWSER_ID protocol +# BROWSERID_ENABLED: True EOF chown root:colab /etc/colab/settings.yaml chmod 0640 /etc/colab/settings.yaml -- libgit2 0.21.2