mirror of
https://github.com/PretendoNetwork/miiverse-api.git
synced 2026-03-28 20:44:38 -05:00
38 lines
828 B
JSON
38 lines
828 B
JSON
{
|
|
"http": {
|
|
"port": 8080
|
|
},
|
|
"account_server": "localhost",
|
|
"account_server_secret": "",
|
|
"X-Nintendo-Client-ID": "",
|
|
"X-Nintendo-Client-Secret": "",
|
|
"mongoose": {
|
|
"uri": "mongodb://localhost:27017",
|
|
"database": "Juxt",
|
|
"options": {
|
|
"useNewUrlParser": true,
|
|
"useUnifiedTopology": true
|
|
}
|
|
},
|
|
"account_db": {
|
|
"uri": "mongodb://localhost:27017",
|
|
"database": "pretendo",
|
|
"options": {
|
|
"useNewUrlParser": true,
|
|
"useUnifiedTopology": true
|
|
}
|
|
},
|
|
"aws": {
|
|
"spaces": {
|
|
"key": "",
|
|
"secret": ""
|
|
}
|
|
},
|
|
"grpc": {
|
|
"friends": {
|
|
"ip": "localhost",
|
|
"port": 50051,
|
|
"api_key": ""
|
|
}
|
|
}
|
|
} |