From 79b4364ec7e9bafae47eaa0d90664a2b10f45d65 Mon Sep 17 00:00:00 2001 From: RedDucks Date: Tue, 10 Apr 2018 14:05:36 -0400 Subject: [PATCH] Tweaks --- README.md | 3 +-- example.config.json | 30 ------------------------------ 2 files changed, 1 insertion(+), 32 deletions(-) delete mode 100644 example.config.json 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