""" App configuration for local deployment. """ import os from delphi_api.config.base import * ALLOWED_ORIGINS = '*' DEBUG = os.getenv('DEBUG', 'false').lower() == 'true'