diff options
author | Max Wu | 2016-12-22 22:29:52 +0800 |
---|---|---|
committer | GitHub | 2016-12-22 22:29:52 +0800 |
commit | 8cf849e825e96510c064479bbf89b595e6728511 (patch) | |
tree | e661253d4393ecc61772548fda7f457e92f689ac /config.json.example | |
parent | 8153fa32ed963f3c8b122dd673bb3ab64323e2ab (diff) | |
parent | c58f28a9d43804018c94fd2899b50863f1b5a2b6 (diff) |
Merge pull request #294 from bananaappletw/master
Fix #293
Diffstat (limited to 'config.json.example')
-rw-r--r-- | config.json.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config.json.example b/config.json.example index 22fd5c92..7e4ac0b7 100644 --- a/config.json.example +++ b/config.json.example @@ -1,4 +1,8 @@ { + "test": { + "dialect": "sqlite", + "storage": "./db.hackmd.sqlite" + }, "development": { "domain": "localhost", "db": { |