mirror of
https://github.com/PretendoNetwork/account.git
synced 2026-05-27 18:42:39 -05:00
28 lines
603 B
JSON
28 lines
603 B
JSON
{
|
|
"http": {
|
|
"port": 7070
|
|
},
|
|
"mongoose": {
|
|
"uri": "mongodb://localhost:27017",
|
|
"database": "database_name",
|
|
"options": {
|
|
"useNewUrlParser": true
|
|
}
|
|
},
|
|
"email": {
|
|
"service": "gmail",
|
|
"auth": {
|
|
"user": "email@address.com",
|
|
"pass": "password"
|
|
}
|
|
},
|
|
"aws": {
|
|
"spaces": {
|
|
"key": "ACCESS_KEY",
|
|
"secret": "ACCESS_SECRET"
|
|
}
|
|
},
|
|
"hcaptcha": {
|
|
"secret": "0x0000000000000000000000000000000000000000"
|
|
}
|
|
} |