mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-02-16 14:14:30 +00:00
also use gfm header generation in test and debug configuraitons
Signed-off-by: hoijui <hoijui.quaero@gmail.com>
This commit is contained in:
parent
3be40b23d1
commit
6b913a5721
1 changed files with 4 additions and 2 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue