start resty port to lapis

This commit is contained in:
2025-11-06 16:37:55 +01:00
commit 8ab812dce0
14 changed files with 878 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
local config = require("lapis.config")
config({"development", "production"}, {
host = "Video Hotmix Archive",
greeting = "Welcome, We Are Your Friends",
mount = "/mnt/data/",
})
config("production", {
greeting = "nothing here yet",
logging = {
queries = false
}
})