summaryrefslogtreecommitdiffstats
path: root/web/static/config/config.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/static/config/config.js')
-rw-r--r--web/static/config/config.js38
1 files changed, 38 insertions, 0 deletions
diff --git a/web/static/config/config.js b/web/static/config/config.js
new file mode 100644
index 000000000..080f16a30
--- /dev/null
+++ b/web/static/config/config.js
@@ -0,0 +1,38 @@
+// 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,
+ AllowSignupDomainsWizard: false,
+
+ // 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: "http://localhost:8065",
+
+ 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"
+}