""" The default configuration file. The values here should be overridden in the actual configuration file used for the production and staging systems. """ import os LOG_LEVEL = os.getenv("LOG_LEVEL", "WARNING") SECRET_KEY = b""