mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 19:56:23 +00:00
16 lines
No EOL
532 B
Text
16 lines
No EOL
532 B
Text
{
|
|
"PORT":3000,
|
|
"IP":"0.0.0.0",
|
|
"BASE_URL":"http://localhost",
|
|
"FACEBOOK_KEY":"123456789012345",
|
|
"FACEBOOK_SECRET":"aaaabbbbccccddddeeeeffff00001111",
|
|
"NODE_DB_URI":"mongodb://localhost/habitrpg",
|
|
"NODE_ENV":"development",
|
|
"SESSION_SECRET":"YOUR SECRET HERE",
|
|
"ADMIN_EMAIL": "you@yours.com",
|
|
"SMTP_USER":"user@domain.com",
|
|
"SMTP_PASS":"password",
|
|
"SMTP_SERVICE":"Gmail",
|
|
"STRIPE_API_KEY":"aaaabbbbccccddddeeeeffff00001111",
|
|
"STRIPE_PUB_KEY":"22223333444455556666777788889999"
|
|
} |