summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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",