Peradventure/config.lua
2024-03-17 21:20:39 -05:00

13 lines
222 B
Lua

local config = require("lapis.config")
config("development", {
server = "nginx",
code_cache = "off",
num_workers = "1",
port = "1010"
sqlite = {
database = "database.sqlite3",
-- open_flags = ...
}
})