summaryrefslogtreecommitdiff
path: root/meta/3rd/OpenResty/config.lua
blob: 07331691f65d7e27a2b092172fcfcb9fb576da95 (plain)
1
2
3
4
5
6
7
8
files   = {'resty/redis%.lua'}
configs = {
    {
        key    = 'Lua.runtime.version',
        action = 'set',
        value  = 'LuaJIT',
    },
}