mirror of
https://github.com/kennethreitz/httpbin.git
synced 2026-06-05 23:00:18 +00:00
21 lines
189 B
INI
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
|