summaryrefslogtreecommitdiffstats
path: root/web/static
diff options
context:
space:
mode:
authornickago <ngonella@calpoly.edu>2015-07-14 11:55:49 -0700
committernickago <ngonella@calpoly.edu>2015-07-14 11:55:49 -0700
commit9f816e25545b7487d3078813ffd0e120a3a100cd (patch)
treef96246b509fb9189405cda0b9b5727b31bd078b0 /web/static
parentb31327f072aa575d5ff97cc5e0786e50510ab456 (diff)
downloadchat-9f816e25545b7487d3078813ffd0e120a3a100cd.tar.gz
chat-9f816e25545b7487d3078813ffd0e120a3a100cd.tar.bz2
chat-9f816e25545b7487d3078813ffd0e120a3a100cd.zip
Need you GDev key for youtube stuff
Diffstat (limited to 'web/static')
-rw-r--r--web/static/config/config.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/web/static/config/config.js b/web/static/config/config.js
index 45c713da2..0d564b77e 100644
--- a/web/static/config/config.js
+++ b/web/static/config/config.js
@@ -16,6 +16,10 @@ var config = {
RequireInviteNames: false,
AllowSignupDomainsWizard: false,
+ // Google Developer Key (for Youtube API links)
+ // Leave blank to disable
+ GoogleDeveloperKey: "",
+
// Privacy switches
ShowEmail: true,