This commit is contained in:
Lera Elvoé 2025-05-17 16:20:47 +03:00
parent 497ec62990
commit 91d4fa59f3
Signed by: yagich
SSH Key Fingerprint: SHA256:6xjGb6uA7lAVcULa7byPEN//rQ0wPoG+UzYVMfZnbvc

View File

@ -3,5 +3,9 @@ local config = require("lapis.config")
config("development", {
server = "nginx",
code_cache = "off",
num_workers = "1"
num_workers = "1",
sqlite = {
database = "db.dev.sqlite"
},
secret = "SUPER SECRET",
})