Change global databases to debug (for development)

This commit is contained in:
jeff 2020-12-14 19:06:21 +00:00
parent e938496f00
commit feaa57739e
1 changed files with 1 additions and 1 deletions

View File

@ -7,5 +7,5 @@ write_timeout = 5
log = "normal"
limits = { forms = 32768 }
[global.databases]
[debug.databases]
tenebrous_db = { url = "./tenebrous.sqlite" }