summaryrefslogtreecommitdiff
path: root/config.json.example
diff options
context:
space:
mode:
authorbananaappletw2016-12-24 22:04:18 +0800
committerbananaappletw2016-12-24 22:04:18 +0800
commit70a9b2ce15a7250d61656c4a5251bf058fe88e1d (patch)
tree5e8ef7af1c7b78434abc0b53b38308cd12795bdd /config.json.example
parent0c42780a397a0691f32ef81d80eee1110b4daf4d (diff)
Fix config mistake
Diffstat (limited to 'config.json.example')
-rw-r--r--config.json.example6
1 files changed, 4 insertions, 2 deletions
diff --git a/config.json.example b/config.json.example
index 7e4ac0b7..e5e3fc56 100644
--- a/config.json.example
+++ b/config.json.example
@@ -1,7 +1,9 @@
{
"test": {
- "dialect": "sqlite",
- "storage": "./db.hackmd.sqlite"
+ "db": {
+ "dialect": "sqlite",
+ "storage": "./db.hackmd.sqlite"
+ }
},
"development": {
"domain": "localhost",