mirror of
https://github.com/PretendoNetwork/BOSS.git
synced 2026-03-21 17:34:19 -05:00
23 lines
476 B
JSON
23 lines
476 B
JSON
{
|
|
"http": {
|
|
"port": 8001
|
|
},
|
|
"mongoose": {
|
|
"uri": "mongodb://localhost:27017",
|
|
"database": "pretendo",
|
|
"options": {
|
|
"useNewUrlParser": true
|
|
}
|
|
},
|
|
"email": {
|
|
"service": "gmail",
|
|
"auth": {
|
|
"user": "pretendonetwork@gmail.com",
|
|
"pass": "pretendopassword"
|
|
}
|
|
},
|
|
"recaptcha": {
|
|
"siteKey": "key",
|
|
"secretKey": "secret"
|
|
}
|
|
} |