mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-04-28 19:03:37 +00:00
10 lines
227 B
Lua
10 lines
227 B
Lua
config = {}
|
|
|
|
config['immediate-uid'] = 'roberto'
|
|
config['immediate-gid'] = 'roberto'
|
|
config['http-socket'] = ':9090'
|
|
config['env'] = { 'FOO=bar', 'TEST=topogigio' }
|
|
config['module'] = 'werkzeug.testapp:test_app'
|
|
|
|
return config
|