add proper instructions

This commit is contained in:
2025-05-22 03:36:56 +03:00
parent 7d761bae2e
commit 511687c8c3
6 changed files with 55 additions and 7 deletions

View File

@ -2,6 +2,7 @@ local config = require("lapis.config")
local secrets = require("secrets")
config({"development", "production"}, {
port = 8080,
server = "nginx",
code_cache = "off",
num_workers = "1",
@ -21,4 +22,5 @@ config("production", {
sqlite = {
database = "db.prod.sqlite"
},
session_name = "porom_session_s"
})