Creazione organizza
[YouAndWeb_TwoToc] / .fr-KzWVa7 / twotoc / server / config / local.env.sample.js
diff --git a/.fr-KzWVa7/twotoc/server/config/local.env.sample.js b/.fr-KzWVa7/twotoc/server/config/local.env.sample.js
new file mode 100755 (executable)
index 0000000..8c49d08
--- /dev/null
@@ -0,0 +1,23 @@
+'use strict';
+
+// Use local.env.js for environment variables that grunt will set when the server starts locally.
+// Use for your api keys, secrets, etc. This file should not be tracked by git.
+//
+// You will need to set these on the server you deploy to.
+
+module.exports = {
+  DOMAIN:           'http://localhost:9000',
+  SESSION_SECRET:   'dashboard-secret',
+
+  FACEBOOK_ID:      'app-id',
+  FACEBOOK_SECRET:  'secret',
+
+  TWITTER_ID:       'app-id',
+  TWITTER_SECRET:   'secret',
+
+  GOOGLE_ID:        'app-id',
+  GOOGLE_SECRET:    'secret',
+
+  // Control debug level for modules using visionmedia/debug
+  DEBUG: ''
+};