summaryrefslogtreecommitdiff
path: root/config.json.example
diff options
context:
space:
mode:
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",