summaryrefslogtreecommitdiff
path: root/config.json.example
diff options
context:
space:
mode:
authorbananaappletw2016-12-22 22:03:04 +0800
committerbananaappletw2016-12-22 22:03:04 +0800
commitc58f28a9d43804018c94fd2899b50863f1b5a2b6 (patch)
treee661253d4393ecc61772548fda7f457e92f689ac /config.json.example
parent96fb3743f31acca0c6b272de3e8656384c2cda89 (diff)
Add sqlite for test environment
Diffstat (limited to 'config.json.example')
-rw-r--r--config.json.example4
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": {