juxtaposition-ui/config.example.json

37 lines
803 B
JSON

{
"http": {
"port": 80
},
"account_server_domain": "",
"account_server": "",
"account_server_secret": "",
"X-Nintendo-Client-ID": "",
"X-Nintendo-Client-Secret": "",
"server_environment": "prod",
"mongoose": {
"uri": "mongodb://localhost:27017",
"database": "database",
"options": {
"useNewUrlParser": true,
"useUnifiedTopology": true
}
},
"account_db": {
"uri": "mongodb://localhost:27017",
"database": "database",
"options": {
"useNewUrlParser": true,
"useUnifiedTopology": true
}
},
"aws": {
"spaces": {
"key": "",
"secret": ""
}
},
"redis": {
"host": "localhost",
"port": 6379
}
}