Change global databases to debug (for development)
This commit is contained in:
parent
8c8ed4f6ef
commit
2e8197eedc
|
@ -7,5 +7,5 @@ write_timeout = 5
|
||||||
log = "normal"
|
log = "normal"
|
||||||
limits = { forms = 32768 }
|
limits = { forms = 32768 }
|
||||||
|
|
||||||
[global.databases]
|
[debug.databases]
|
||||||
tenebrous_db = { url = "./tenebrous.sqlite" }
|
tenebrous_db = { url = "./tenebrous.sqlite" }
|
||||||
|
|
Loading…
Reference in New Issue