aboutsummaryrefslogtreecommitdiffstats
path: root/config.example
diff options
context:
space:
mode:
authorAdam Mathes <adam@trenchant.org>2017-02-20 11:36:46 -0800
committerAdam Mathes <adam@trenchant.org>2017-02-20 11:36:46 -0800
commite0ec1f8176c677d841745d8b90ebb5dc91511ea1 (patch)
tree04d28373f94f3d26689df59ef1048a85d0bd06ca /config.example
parent63923e5de3fea586f892602e6d4b74a49bcc6940 (diff)
downloadneko-e0ec1f8176c677d841745d8b90ebb5dc91511ea1.tar.gz
neko-e0ec1f8176c677d841745d8b90ebb5dc91511ea1.tar.bz2
neko-e0ec1f8176c677d841745d8b90ebb5dc91511ea1.zip
update config.example
Diffstat (limited to 'config.example')
-rw-r--r--config.example10
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"
}