2013-02-07 12:41:44 +00:00
|
|
|
{
|
|
|
|
|
"PORT":3000,
|
|
|
|
|
"IP":"0.0.0.0",
|
2014-12-04 02:12:20 +00:00
|
|
|
"CORES":1,
|
2015-04-12 00:31:25 +00:00
|
|
|
"BASE_URL":"http://localhost:3000",
|
2013-02-07 12:41:44 +00:00
|
|
|
"FACEBOOK_KEY":"123456789012345",
|
|
|
|
|
"FACEBOOK_SECRET":"aaaabbbbccccddddeeeeffff00001111",
|
2013-02-25 23:34:11 +00:00
|
|
|
"NODE_DB_URI":"mongodb://localhost/habitrpg",
|
2013-02-07 12:41:44 +00:00
|
|
|
"NODE_ENV":"development",
|
|
|
|
|
"SESSION_SECRET":"YOUR SECRET HERE",
|
2013-09-08 00:13:02 +00:00
|
|
|
"ADMIN_EMAIL": "you@yours.com",
|
2013-02-07 12:41:44 +00:00
|
|
|
"SMTP_USER":"user@domain.com",
|
|
|
|
|
"SMTP_PASS":"password",
|
|
|
|
|
"SMTP_SERVICE":"Gmail",
|
2014-02-01 08:46:22 +00:00
|
|
|
"SMTP_HOST":"smtp.gmail.com",
|
|
|
|
|
"SMTP_PORT": 587,
|
|
|
|
|
"SMTP_TLS": true,
|
2013-02-07 12:41:44 +00:00
|
|
|
"STRIPE_API_KEY":"aaaabbbbccccddddeeeeffff00001111",
|
2013-10-17 00:06:21 +00:00
|
|
|
"STRIPE_PUB_KEY":"22223333444455556666777788889999",
|
2014-02-10 18:35:33 +00:00
|
|
|
"NEW_RELIC_LICENSE_KEY":"NEW_RELIC_LICENSE_KEY",
|
2014-10-14 21:10:13 +00:00
|
|
|
"NEW_RELIC_APPLICATION_ID":"NEW_RELIC_APPLICATION_ID",
|
|
|
|
|
"NEW_RELIC_API_KEY":"NEW_RELIC_API_KEY",
|
2014-03-22 22:04:30 +00:00
|
|
|
"GA_ID": "GA_ID",
|
2015-05-30 17:09:04 +00:00
|
|
|
"FLAG_REPORT_EMAIL": ["email@mod.com"],
|
2014-11-27 10:32:57 +00:00
|
|
|
"EMAIL_SERVER": {
|
|
|
|
|
"url": "http://example.com",
|
|
|
|
|
"authUser": "user",
|
|
|
|
|
"authPassword": "password"
|
|
|
|
|
},
|
|
|
|
|
"S3":{
|
|
|
|
|
"bucket":"bucket",
|
|
|
|
|
"accessKeyId":"accessKeyId",
|
|
|
|
|
"secretAccessKey":"secretAccessKey"
|
|
|
|
|
},
|
|
|
|
|
"PAYPAL":{
|
2014-12-01 00:18:54 +00:00
|
|
|
"billing_plans": {
|
2014-12-21 03:47:16 +00:00
|
|
|
"basic_earned":"basic_earned",
|
|
|
|
|
"basic_3mo":"basic_3mo",
|
|
|
|
|
"basic_6mo":"basic_6mo",
|
|
|
|
|
"google_6mo":"google_6mo",
|
|
|
|
|
"basic_12mo":"basic_12mo"
|
2014-12-01 00:18:54 +00:00
|
|
|
},
|
2014-11-27 10:32:57 +00:00
|
|
|
"mode":"sandbox",
|
|
|
|
|
"client_id":"client_id",
|
|
|
|
|
"client_secret":"client_secret"
|
2014-11-23 00:50:03 +00:00
|
|
|
},
|
2014-12-16 20:05:39 +00:00
|
|
|
"IAP_GOOGLE_KEYDIR": "/path/to/google/public/key/dir/",
|
2014-12-12 11:17:48 +00:00
|
|
|
"LOGGLY": {
|
2014-12-13 14:01:38 +00:00
|
|
|
"enabled": false,
|
2014-12-12 11:17:48 +00:00
|
|
|
"subdomain": "subdomain",
|
|
|
|
|
"token": "token",
|
|
|
|
|
"username": "username",
|
|
|
|
|
"password": "password"
|
2015-03-27 17:35:32 +00:00
|
|
|
},
|
|
|
|
|
"PUSH_CONFIGS": {
|
|
|
|
|
"GCM_SERVER_API_KEY": "",
|
|
|
|
|
"APN_PEM_FILES": {
|
|
|
|
|
"KEY": "key.pem",
|
|
|
|
|
"CERT": "cert.pem"
|
|
|
|
|
}
|
2014-12-12 11:17:48 +00:00
|
|
|
}
|
2013-10-17 00:06:21 +00:00
|
|
|
}
|