diff options
Diffstat (limited to 'config.json.example')
-rw-r--r-- | config.json.example | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config.json.example b/config.json.example index 642df4f6..57669cf9 100644 --- a/config.json.example +++ b/config.json.example @@ -1,4 +1,10 @@ { + "test": { + "db": { + "dialect": "sqlite", + "storage": "./db.hackmd.sqlite" + } + }, "development": { "domain": "localhost", "db": { |