mirror of
https://github.com/kennethreitz-archive/redirector.git
synced 2026-06-17 05:40:57 +00:00
8 lines
140 B
INI
8 lines
140 B
INI
[wsgi]
|
|
|
|
entrypoint = redirector:app
|
|
requirements = requirements.txt
|
|
|
|
|
|
[env]
|
|
REDIRECTOR_LOCATION = https://github.com/kennethreitz/redirector |