Add database to config

Add the database to the config file so we can override it for
unittests.
This commit is contained in:
Robin Malley 2021-08-27 01:06:24 +00:00
parent e3468136e5
commit 7e5e38c3f2
1 changed files with 2 additions and 1 deletions

View File

@ -5,5 +5,6 @@ A one-stop-shop for runtime configuration
return {
domain = "<{get domain}>",
production = false,
legacy_url_cutoff = 144
legacy_url_cutoff = 144,
db = "data/posts.db"
}