mirror of https://github.com/status-im/codimd.git
also use gfm header generation in test and debug configuraitons
Signed-off-by: hoijui <hoijui.quaero@gmail.com>
This commit is contained in:
parent
9742f7d075
commit
c202cca39b
|
@ -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 New Issue