This commit is contained in:
RedDucks
2018-04-10 14:05:36 -04:00
parent 156fbfd495
commit 79b4364ec7
2 changed files with 1 additions and 32 deletions

View File

@@ -51,8 +51,7 @@ This is the PN account server, which replaces the official NN account server acc
- [GET] https://id.nintendo.net/account/email-confirmation
# Currently implemented nex servers
- supermariomaker
- friends
None
### Footnotes

View File

@@ -1,30 +0,0 @@
{
"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"
}
}
}