account/example.config.json
2022-09-24 20:03:09 -04:00

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"
}
}