From 9abf980b0eadc51025282464b19d179d845b6769 Mon Sep 17 00:00:00 2001 From: =Corey Hulen Date: Thu, 27 Aug 2015 09:04:28 -0700 Subject: [PATCH] PL-3 fixing config files --- docker/0.6/config_docker.json | 4 +--- docker/dev/config_docker.json | 4 +++- docker/local/config_docker.json | 4 +++- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/docker/0.6/config_docker.json b/docker/0.6/config_docker.json index 57ea1594c2..157120b998 100644 --- a/docker/0.6/config_docker.json +++ b/docker/0.6/config_docker.json @@ -94,8 +94,6 @@ "HelpLink": "/static/help/configure_links.html", "ReportProblemLink": "/static/help/configure_links.html", "TourLink": "/static/help/configure_links.html", - "DefaultThemeColor": "#2389D7", - "DisableTeamCreation": true, - "RestrictCreationToDomains": "" + "DefaultThemeColor": "#2389D7" } } diff --git a/docker/dev/config_docker.json b/docker/dev/config_docker.json index d336300caf..0fa51cfd47 100644 --- a/docker/dev/config_docker.json +++ b/docker/dev/config_docker.json @@ -94,6 +94,8 @@ "HelpLink": "/static/help/configure_links.html", "ReportProblemLink": "/static/help/configure_links.html", "TourLink": "/static/help/configure_links.html", - "DefaultThemeColor": "#2389D7" + "DefaultThemeColor": "#2389D7", + "DisableTeamCreation": false, + "RestrictCreationToDomains": "" } } diff --git a/docker/local/config_docker.json b/docker/local/config_docker.json index d336300caf..0fa51cfd47 100644 --- a/docker/local/config_docker.json +++ b/docker/local/config_docker.json @@ -94,6 +94,8 @@ "HelpLink": "/static/help/configure_links.html", "ReportProblemLink": "/static/help/configure_links.html", "TourLink": "/static/help/configure_links.html", - "DefaultThemeColor": "#2389D7" + "DefaultThemeColor": "#2389D7", + "DisableTeamCreation": false, + "RestrictCreationToDomains": "" } }