1
0
mirror of https://github.com/Tygs/0bin.git synced 2023-08-10 21:13:00 +03:00
0bin/zerobin/wsgi.py

11 lines
233 B
Python
Raw Normal View History

2020-08-14 17:54:57 +03:00
from zerobin.routes import get_app
2020-08-13 15:36:42 +03:00
2020-08-18 14:26:29 +03:00
# Remember you can set the following environment variables to configure
# how get_app() setup the 0bin:
#
# - ZEROBIN_DEBUG =
# - ZEROBIN_DATA_DIR
# - ZEROBIN_CONFIG_DIR
2020-08-13 15:36:42 +03:00
settings, app = get_app()