summaryrefslogtreecommitdiffstats
path: root/web/react/utils/config.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/react/utils/config.js')
-rw-r--r--web/react/utils/config.js15
1 files changed, 0 insertions, 15 deletions
diff --git a/web/react/utils/config.js b/web/react/utils/config.js
deleted file mode 100644
index 92e8e678a..000000000
--- a/web/react/utils/config.js
+++ /dev/null
@@ -1,15 +0,0 @@
-// Copyright (c) 2015 Spinpunch, Inc. All Rights Reserved.
-// See License.txt for license information.
-
-export var config = {
-
- AllowSignupDomainsWizard: false,
-
- // Privacy switches
- ShowEmail: true,
-
- // Toggle whether or not users are shown a message about agreeing to the Terms of Service during the signup process
- ShowTermsDuringSignup: false
-};
-
-global.window.config = config;