mirror of
https://github.com/PretendoNetwork/miiverse-api.git
synced 2026-05-03 03:25:30 -05:00
31 lines
606 B
JSON
31 lines
606 B
JSON
{
|
|
"http": {
|
|
"port": 8081
|
|
},
|
|
"account_server": "",
|
|
"secret": "",
|
|
"X-Nintendo-Client-ID": "",
|
|
"X-Nintendo-Client-Secret": "",
|
|
"mongoose": {
|
|
"uri": "",
|
|
"database": "",
|
|
"options": {
|
|
"useNewUrlParser": true,
|
|
"useUnifiedTopology": true
|
|
}
|
|
},
|
|
"account_db": {
|
|
"uri": "",
|
|
"database": "",
|
|
"options": {
|
|
"useNewUrlParser": true,
|
|
"useUnifiedTopology": true
|
|
}
|
|
},
|
|
"aws": {
|
|
"spaces": {
|
|
"key": "",
|
|
"secret": ""
|
|
}
|
|
}
|
|
} |