import logging # General settings LOG_LEVEL = logging.WARNING # gRPC settings WEBUI_SERVICE_PORT = 8004 # Prometheus settings METRICS_PORT = 9192 SECRET_KEY = '>s&}24@{]]#k3&^5$f3#?6?h3{W@[}/7z}2pa]>{3&5%RP<)[(' HOST = '0.0.0.0' # accepts connections coming from any ADDRESS DEBUG=False CONTEXT_SERVICE_ADDRESS = '10.109.119.161' # CONTEXT_SERVICE_ADDRESS = 'context' # TODO: use the correct context ADDRESS CONTEXT_SERVICE_PORT = 1010