diff --git a/README.md b/README.md index aff5c3f..2720854 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/example.config.json b/example.config.json deleted file mode 100644 index d6e6bef..0000000 --- a/example.config.json +++ /dev/null @@ -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" - } - } -} \ No newline at end of file