summaryrefslogtreecommitdiffstats
path: root/web/react/utils/config.js
blob: 92e8e678aabd839cfb98704f789e9f9b58eb3112 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// 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;