forked from Jonathan/Peradventure
8 lines
129 B
Lua
8 lines
129 B
Lua
|
local config = require("lapis.config")
|
||
|
|
||
|
config("development", {
|
||
|
server = "nginx",
|
||
|
code_cache = "off",
|
||
|
num_workers = "1"
|
||
|
})
|