"""Default configuration settings""" DEBUG = True TESTING = False LOGGER_NAME = 'api-server' LOG_FILENAME = 'api-server.log'