miiverse-api/config.example.json

20 lines
561 B
JSON

{
"http": {
"port": 8081
},
"account_server": "account.miiverse.cc:8080",
"secret": "806590af0a2bf0cf9ce54b0b5c1493a1",
"X-Nintendo-Client-ID": "a2efa818a34fa16b8afbc8a74eba3eda",
"X-Nintendo-Client-Secret": "c91cdb5658bd4954ade78533a339cf9a",
"mongoose": {
"uri": "mongodb://localhost:27017",
"database": "Miiverse",
"options": {
"useNewUrlParser": true,
"useUnifiedTopology": true
}
},
"authorized_PNIDs" : [
1420636409, 1657414049, 1587572630
]
}