mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-06-16 02:15:48 +00:00
9 lines
198 B
Lua
9 lines
198 B
Lua
config = {}
|
|
|
|
config[1] = { ['http-socket']=':9090' }
|
|
config[2] = { ['env']='FOO=bar' }
|
|
config[3] = { ['env']='TEST=topogigio' }
|
|
config[4] = { ['module']='werkzeug.testapp:test_app' }
|
|
|
|
return config
|