Files
hotmixes.lapis/code/config.lua
T
2025-11-06 16:37:55 +01:00

14 lines
282 B
Lua

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
}
})