aboutsummaryrefslogtreecommitdiffstats
path: root/config.example
diff options
context:
space:
mode:
authorAdam Mathes <adam@trenchant.org>2018-06-13 16:15:52 -0700
committerAdam Mathes <adam@trenchant.org>2018-06-13 16:15:52 -0700
commita849f0cf3068ff126e4f1ed6180e64857f6abdfd (patch)
tree5e436eab93c9cfdfd2476c97bb46fefa153d0341 /config.example
parentf06192a98a2f8e8dae3148cda59b6b57968160ae (diff)
downloadneko-a849f0cf3068ff126e4f1ed6180e64857f6abdfd.tar.gz
neko-a849f0cf3068ff126e4f1ed6180e64857f6abdfd.tar.bz2
neko-a849f0cf3068ff126e4f1ed6180e64857f6abdfd.zip
updated example config
Diffstat (limited to 'config.example')
-rw-r--r--config.example4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.example b/config.example
index 10734fc..df69b9b 100644
--- a/config.example
+++ b/config.example
@@ -1,8 +1,8 @@
{
- "db": "root:@tcp(127.0.0.1:3306)/neko",
+ "db_driver": "sqlite3",
+ "db": "neko.db",
"web": "127.0.0.0.1:4994",
"username": "username",
"password": "plaintextexamplepasswordpleasereplacethis",
- "static_dir": "absolute/directory/to/neko/static",
"proxy_images": false
}