Files
httpbin/epio.ini
T
2011-06-12 20:54:20 -04:00

21 lines
189 B
INI

[wsgi]
# Location of your requirements file
entrypoint = httpbin:app
requirements = reqs.txt
[static]
/ = httpbin/static
[services]
redis = true
[env]
HTTPBIN_LOG_REQUESTS = true