config.lua@7b21ec8ec96a
config.lua
Fri, 17 Jul 2020 12:25:24 -0500
- author
- Tuomo Valkonen <tuomov@iki.fi>
- date
- Fri, 17 Jul 2020 12:25:24 -0500
- changeset 31
- 7b21ec8ec96a
- parent 7
-
038275cd92ed
- permissions
- -rw-r--r--
fix weird nodejs length/index
--@module config
local config={}
config.dirsep = "/"
config.meta_marker = "^---%s*$"
config.debug=true
return config