diff options
author | Max Wu | 2016-12-24 22:06:41 +0800 |
---|---|---|
committer | GitHub | 2016-12-24 22:06:41 +0800 |
commit | e18d49d8a56d5fa25f60d1d8adadb037e6524617 (patch) | |
tree | 5e8ef7af1c7b78434abc0b53b38308cd12795bdd | |
parent | 0c42780a397a0691f32ef81d80eee1110b4daf4d (diff) | |
parent | 70a9b2ce15a7250d61656c4a5251bf058fe88e1d (diff) |
Merge pull request #298 from bananaappletw/master
Fix config mistake
Diffstat (limited to '')
-rw-r--r-- | config.json.example | 6 |
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", |