Skip to content
Snippets Groups Projects
Config.py 289 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 IP

DEBUG=False