mirror of
https://github.com/kennethreitz/httpbin.git
synced 2026-06-05 23:00:18 +00:00
15 lines
121 B
INI
15 lines
121 B
INI
[wsgi]
|
|
|
|
entrypoint = httpbin:app
|
|
requirements = reqs.txt
|
|
|
|
|
|
[services]
|
|
|
|
redis = true
|
|
|
|
|
|
[env]
|
|
|
|
HTTPBIN_LOG_REQUESTS = true
|