diff options
-rw-r--r-- | config.example | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/config.example b/config.example index 08f4ce4..d66df69 100644 --- a/config.example +++ b/config.example @@ -1,7 +1,7 @@ { - "DBServer": "root:@tcp(127.0.0.1:3306)/neko", - "WebServer": "127.0.0.0.1:4994", - "Username": "username", - "Realm": "example.com:443", - "DigestPassword": "plaintextpasswordforhttpDigestAuth" + "db": "root:@tcp(127.0.0.1:3306)/neko", + "web": "127.0.0.0.1:4994", + "username": "username", + "password": "plaintextexamplepasswordpleasereplacethis", + "static_dir": "absolute/directory/to/neko/static" } |