From 788fc4373b8d22930b3420f7906e626e2bd63394 Mon Sep 17 00:00:00 2001 From: =Corey Hulen Date: Tue, 15 Sep 2015 14:20:25 -0700 Subject: removing loggly --- web/react/utils/config.js | 4 ---- 1 file changed, 4 deletions(-) (limited to 'web/react/utils/config.js') diff --git a/web/react/utils/config.js b/web/react/utils/config.js index c7d1aa2bc..823d71894 100644 --- a/web/react/utils/config.js +++ b/web/react/utils/config.js @@ -3,10 +3,6 @@ export var config = { - // Loggly configs - LogglyWriteKey: '', - LogglyConsoleErrors: true, - // Segment configs SegmentWriteKey: '', -- cgit v1.2.3-1-g7c22 From b2a679c25da42c4665059965830858da4f0ec238 Mon Sep 17 00:00:00 2001 From: =Corey Hulen Date: Tue, 15 Sep 2015 18:59:14 -0700 Subject: PLT-93 cleaing up client side configs --- web/react/utils/config.js | 31 +------------------------------ 1 file changed, 1 insertion(+), 30 deletions(-) (limited to 'web/react/utils/config.js') diff --git a/web/react/utils/config.js b/web/react/utils/config.js index 823d71894..92e8e678a 100644 --- a/web/react/utils/config.js +++ b/web/react/utils/config.js @@ -3,42 +3,13 @@ export var config = { - // 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 -export var strings = { - Team: 'team', - TeamPlural: 'teams', - Company: 'company', - CompanyPlural: 'companies' + ShowTermsDuringSignup: false }; global.window.config = config; -- cgit v1.2.3-1-g7c22 From 5e2f701e6c6c8bfa87b2913100365b45264470c3 Mon Sep 17 00:00:00 2001 From: =Corey Hulen Date: Tue, 15 Sep 2015 19:09:50 -0700 Subject: Removing old config stuff --- web/react/utils/config.js | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 web/react/utils/config.js (limited to 'web/react/utils/config.js') 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; -- cgit v1.2.3-1-g7c22