Skip to content
Snippets Groups Projects
Config.py 583 B
Newer Older
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
# CONTEXT_SERVICE_ADDRESS = '10.107.242.226'
CONTEXT_SERVICE_ADDRESS = 'context'  # TODO: use the correct context ADDRESS
CONTEXT_SERVICE_PORT = 1010
# DEVICE_SERVICE_ADDRESS = '10.109.49.149'
DEVICE_SERVICE_ADDRESS = 'device'  # TODO: use the correct address
DEVICE_SERVICE_PORT = 2020