FLASK_APP=tofu_api.app
FLASK_DEBUG=true
FLASK_CONFIG_FILE=config.dev.yml
# Show SQLAlchemy 2.0 deprecation warnings
SQLALCHEMY_WARN_20=1