diff options
author | Adam Mathes <adam@trenchant.org> | 2017-02-20 11:36:46 -0800 |
---|---|---|
committer | Adam Mathes <adam@trenchant.org> | 2017-02-20 11:36:46 -0800 |
commit | e0ec1f8176c677d841745d8b90ebb5dc91511ea1 (patch) | |
tree | 04d28373f94f3d26689df59ef1048a85d0bd06ca /config.example | |
parent | 63923e5de3fea586f892602e6d4b74a49bcc6940 (diff) | |
download | neko-e0ec1f8176c677d841745d8b90ebb5dc91511ea1.tar.gz neko-e0ec1f8176c677d841745d8b90ebb5dc91511ea1.tar.bz2 neko-e0ec1f8176c677d841745d8b90ebb5dc91511ea1.zip |
update config.example
Diffstat (limited to 'config.example')
-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" } |