aboutsummaryrefslogtreecommitdiffstats
path: root/config.example
diff options
context:
space:
mode:
authorAdam Mathes <adam@trenchant.org>2019-06-09 09:35:28 -0700
committerAdam Mathes <adam@trenchant.org>2019-06-09 09:35:28 -0700
commit9cf78ece35e43838b8d7b496fb471122d91dab13 (patch)
treea592e5ca92ba4915d27d65965ca2c4401b2167d3 /config.example
parent0318104a27df05ebb41423504eeafa76337a796c (diff)
downloadneko-9cf78ece35e43838b8d7b496fb471122d91dab13.tar.gz
neko-9cf78ece35e43838b8d7b496fb471122d91dab13.tar.bz2
neko-9cf78ece35e43838b8d7b496fb471122d91dab13.zip
preliminary go mod support, ensure blackfriday v1 instead of v2
Diffstat (limited to 'config.example')
-rw-r--r--config.example13
1 files changed, 5 insertions, 8 deletions
diff --git a/config.example b/config.example
index df69b9b..8aa0ed3 100644
--- a/config.example
+++ b/config.example
@@ -1,8 +1,5 @@
-{
- "db_driver": "sqlite3",
- "db": "neko.db",
- "web": "127.0.0.0.1:4994",
- "username": "username",
- "password": "plaintextexamplepasswordpleasereplacethis",
- "proxy_images": false
-}
+database: /var/db/neko.db
+http: 9001
+imageproxy: true
+minutes: 90
+password: VeryLongRandomStringBecauseSecurityIsFun