start resty port to lapis
This commit is contained in:
@@ -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
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user