cf3a05ab创建于 2020年8月18日历史提交
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()