summaryrefslogtreecommitdiff
path: root/config.json.example
diff options
context:
space:
mode:
authorYukai Huang2017-01-02 15:09:19 +0800
committerYukai Huang2017-01-02 15:09:19 +0800
commit65acaea8cf47629c7e5710e444973a04526b047d (patch)
treef09efeaab513ffd7fb58d2af17a1ea1070a02251 /config.json.example
parent1e276fb37a4ed8e19234de7192d8593314f53799 (diff)
parentac2b100d35bd9dd9bcbca8e622a5e7ed48222598 (diff)
Merge branch 'master' into frontend-next
Diffstat (limited to '')
-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",