account/example.config.json
SuperMarioDaBom d6c58cce76 Moved nex_server ips and ports to config
Updated README with list of implemented nex servers and info on EULAs
2018-03-07 22:47:53 -08:00

30 lines
570 B
JSON

{
"email": {
"address": "email@address.com",
"password": "password"
},
"mongo": {
"database": "foo",
"hostname": "localhost",
"port": 27017,
"use_authentication": true,
"authentication": {
"username": "username",
"password": "password",
"authentication_database": "admin"
}
},
"http": {
"port": 8080
},
"nex_servers": {
"friends": {
"ip": "ip",
"port": "port"
},
"supermariomaker": {
"ip": "ip",
"port": "port"
}
}
}