DB_TYPE = (mysql|sqlite|postgres) # default ist mysql ## BSP für mysql DB_PORT = 3306 DB_HOST = database_host DB_NAME = database_name DB_USERNAME = database_username DB_PASSWORD = database_password ## BSP für postgres DB_PORT = 5432 DB_HOST = database_host DB_NAME = database_name DB_USERNAME = database_username DB_PASSWORD = database_password ## BSP für sqlite DB_HOST = filename.db ## Dev only SERVER_PORT = portnumber APPLICATION_SECRET = mysecret USE_SECURITY_STRICT_LIMIT = (true|false) # default ist true SECURITY_STRICT_LIMIT_WINDOW = [0-9]*(y|d|h|m|s) # default ist 15m SECURITY_STRICT_LIMIT_REQUEST_COUNT = strict_request_count # default ist 15 USE_SECURITY_LIMIT = (true|false) # default ist true SECURITY_LIMIT_WINDOW = [0-9]*(y|d|h|m|s) # default ist 1m SECURITY_LIMIT_REQUEST_COUNT = request_count # default ist 500 TRUST_PROXY = # wenn leer, wird dieser Wert nicht angewendet.