mirror of
https://github.com/PretendoNetwork/account.git
synced 2026-08-22 02:34:07 -05:00
Tweaks
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user