mirror of
https://github.com/PretendoNetwork/juxtaposition-ui.git
synced 2026-04-22 08:37:37 -05:00
37 lines
803 B
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
|
|
}
|
|
} |