mirror of
https://github.com/PretendoNetwork/miiverse-api.git
synced 2026-09-15 03:55:14 -05:00
Updated example config to reflect new friends keys
This commit is contained in:
@@ -1,22 +1,22 @@
|
||||
{
|
||||
"http": {
|
||||
"port": 8081
|
||||
"port": 8080
|
||||
},
|
||||
"account_server": "",
|
||||
"secret": "",
|
||||
"account_server": "localhost",
|
||||
"account_server_secret": "",
|
||||
"X-Nintendo-Client-ID": "",
|
||||
"X-Nintendo-Client-Secret": "",
|
||||
"mongoose": {
|
||||
"uri": "",
|
||||
"database": "",
|
||||
"uri": "mongodb://localhost:27017",
|
||||
"database": "Juxt",
|
||||
"options": {
|
||||
"useNewUrlParser": true,
|
||||
"useUnifiedTopology": true
|
||||
}
|
||||
},
|
||||
"account_db": {
|
||||
"uri": "",
|
||||
"database": "",
|
||||
"uri": "mongodb://localhost:27017",
|
||||
"database": "pretendo",
|
||||
"options": {
|
||||
"useNewUrlParser": true,
|
||||
"useUnifiedTopology": true
|
||||
@@ -27,5 +27,12 @@
|
||||
"key": "",
|
||||
"secret": ""
|
||||
}
|
||||
},
|
||||
"grpc": {
|
||||
"friends": {
|
||||
"ip": "localhost",
|
||||
"port": 50051,
|
||||
"api_key": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user