summaryrefslogtreecommitdiffstats
path: root/web/static/config/config.js
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-09-02 16:24:41 -0400
committerChristopher Speller <crspeller@gmail.com>2015-09-02 16:49:32 -0400
commitf79eea185426f28fbe68d87f4360cb714db5f56d (patch)
tree54342296cc03b3ea9360fe285dbab5b4115bc095 /web/static/config/config.js
parent9a1d3986c5ab79b03fcf55616b6dbc0b01e7c46e (diff)
downloadchat-f79eea185426f28fbe68d87f4360cb714db5f56d.tar.gz
chat-f79eea185426f28fbe68d87f4360cb714db5f56d.tar.bz2
chat-f79eea185426f28fbe68d87f4360cb714db5f56d.zip
Moving config.js to /web/react/utils/ Including in every file needed
Diffstat (limited to 'web/static/config/config.js')
-rw-r--r--web/static/config/config.js46
1 files changed, 0 insertions, 46 deletions
diff --git a/web/static/config/config.js b/web/static/config/config.js
deleted file mode 100644
index 00cae7ab2..000000000
--- a/web/static/config/config.js
+++ /dev/null
@@ -1,46 +0,0 @@
-// Copyright (c) 2015 Spinpunch, Inc. All Rights Reserved.
-// See License.txt for license information.
-
-var config = {
-
- // Loggly configs
- LogglyWriteKey: "",
- LogglyConsoleErrors: true,
-
- // Segment configs
- SegmentWriteKey: "",
-
- // Feature switches
- AllowPublicLink: true,
- AllowInviteNames: true,
- RequireInviteNames: false,
- AllowSignupDomainsWizard: false,
-
- // Google Developer Key (for Youtube API links)
- // Leave blank to disable
- GoogleDeveloperKey: "",
-
- // Privacy switches
- ShowEmail: true,
-
- // Links
- TermsLink: "/static/help/configure_links.html",
- PrivacyLink: "/static/help/configure_links.html",
- AboutLink: "/static/help/configure_links.html",
- HelpLink: "/static/help/configure_links.html",
- ReportProblemLink: "/static/help/configure_links.html",
- HomeLink: "",
-
- // Toggle whether or not users are shown a message about agreeing to the Terms of Service during the signup process
- ShowTermsDuringSignup: false,
-
- ThemeColors: ["#2389d7", "#008a17", "#dc4fad", "#ac193d", "#0072c6", "#d24726", "#ff8f32", "#82ba00", "#03b3b2", "#008299", "#4617b4", "#8c0095", "#004b8b", "#004b8b", "#570000", "#380000", "#585858", "#000000"]
-};
-
-// Flavor strings
-var strings = {
- Team: "team",
- TeamPlural: "teams",
- Company: "company",
- CompanyPlural: "companies"
-};