mirror of
https://github.com/Tygs/0bin.git
synced 2023-08-10 21:13:00 +03:00
11 lines
233 B
Python
11 lines
233 B
Python
from zerobin.routes import get_app
|
|
|
|
# Remember you can set the following environment variables to configure
|
|
# how get_app() setup the 0bin:
|
|
#
|
|
# - ZEROBIN_DEBUG =
|
|
# - ZEROBIN_DATA_DIR
|
|
# - ZEROBIN_CONFIG_DIR
|
|
|
|
settings, app = get_app()
|