summaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
Diffstat (limited to 'docker')
-rw-r--r--docker/0.6/config_docker.json4
-rw-r--r--docker/dev/config_docker.json4
-rw-r--r--docker/local/config_docker.json4
3 files changed, 7 insertions, 5 deletions
diff --git a/docker/0.6/config_docker.json b/docker/0.6/config_docker.json
index 57ea1594c..157120b99 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 d336300ca..0fa51cfd4 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 d336300ca..0fa51cfd4 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": ""
}
}