diff --git a/config.example.json b/config.example.json index 5c39f53..2a9da28 100644 --- a/config.example.json +++ b/config.example.json @@ -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": "" + } } } \ No newline at end of file