summaryrefslogtreecommitdiff
path: root/config.json.example
diff options
context:
space:
mode:
authorhoijui2019-10-29 09:59:42 +0100
committerhoijui2019-10-30 17:46:31 +0100
commit6b913a572130b1b4246bfa501f1fecf41d8aeee5 (patch)
tree8e17c77d070403a3a2c7846d955e548884ea797b /config.json.example
parent3be40b23d11ddded3f5bf8430dc2084e46563f11 (diff)
also use gfm header generation in test and debug configuraitons
Signed-off-by: hoijui <hoijui.quaero@gmail.com>
Diffstat (limited to 'config.json.example')
-rw-r--r--config.json.example6
1 files changed, 4 insertions, 2 deletions
diff --git a/config.json.example b/config.json.example
index e3bd54b4..0366c3b2 100644
--- a/config.json.example
+++ b/config.json.example
@@ -3,7 +3,8 @@
"db": {
"dialect": "sqlite",
"storage": ":memory:"
- }
+ },
+ "linkifyHeaderStyle": "gfm"
},
"development": {
"loglevel": "debug",
@@ -13,7 +14,8 @@
"db": {
"dialect": "sqlite",
"storage": "./db.codimd.sqlite"
- }
+ },
+ "linkifyHeaderStyle": "gfm"
},
"production": {
"domain": "localhost",