mirror of
https://github.com/mmumshad/ansible-playable.git
synced 2025-03-09 23:38:54 +00:00
Initial Commit
This commit is contained in:
commit
c92f737237
273 changed files with 16964 additions and 0 deletions
20
server/config/local.env.sample.js
Normal file
20
server/config/local.env.sample.js
Normal file
|
@ -0,0 +1,20 @@
|
|||
'use strict';
|
||||
|
||||
// Use local.env.js for environment variables that will be 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: 'app2-secret',
|
||||
|
||||
FACEBOOK_ID: 'app-id',
|
||||
FACEBOOK_SECRET: 'secret',
|
||||
|
||||
GOOGLE_ID: 'app-id',
|
||||
GOOGLE_SECRET: 'secret',
|
||||
|
||||
// Control debug level for modules using visionmedia/debug
|
||||
DEBUG: ''
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue