Skip to content
Snippets Groups Projects
Config.py 182 B
Newer Older
Lluis Gifre Renom's avatar
Lluis Gifre Renom committed
GRPC_SERVICE_PORT = 2020
GRPC_MAX_WORKERS  = 10
GRPC_GRACE_PERIOD = 60
GRPC_LOG_LEVEL    = logging.WARNING
Lluis Gifre Renom's avatar
Lluis Gifre Renom committed
METRICS_PORT = 9192