From e0ec1f8176c677d841745d8b90ebb5dc91511ea1 Mon Sep 17 00:00:00 2001 From: Adam Mathes Date: Mon, 20 Feb 2017 11:36:46 -0800 Subject: update config.example --- config.example | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'config.example') 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" } -- cgit v1.2.3