mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-08 07:06:32 +00:00
update config.json.exampl for default mongo db
This commit is contained in:
parent
2641670ebe
commit
24dbae3a41
1 changed files with 3 additions and 4 deletions
|
|
@ -1,16 +1,15 @@
|
|||
{
|
||||
"PORT":3000,
|
||||
"IP":"0.0.0.0",
|
||||
"BASE_URL": "http://localhost",
|
||||
"BASE_URL":"http://localhost",
|
||||
"FACEBOOK_KEY":"123456789012345",
|
||||
"FACEBOOK_SECRET":"aaaabbbbccccddddeeeeffff00001111",
|
||||
"NODE_DB_URI":"mongodb://user:pass@hostname:27017/db_name",
|
||||
"NODE_DB_URI":"mongodb://localhost/habitrpg",
|
||||
"NODE_ENV":"development",
|
||||
"SESSION_SECRET":"YOUR SECRET HERE",
|
||||
"SMTP_USER":"user@domain.com",
|
||||
"SMTP_PASS":"password",
|
||||
"SMTP_SERVICE":"Gmail",
|
||||
"STRIPE_API_KEY":"aaaabbbbccccddddeeeeffff00001111",
|
||||
"STRIPE_PUB_KEY":"22223333444455556666777788889999",
|
||||
"NODETIME_KEY":"abcdefg"
|
||||
"STRIPE_PUB_KEY":"22223333444455556666777788889999"
|
||||
}
|
||||
Loading…
Reference in a new issue