MIME_TYPES = {
    "text/plain": [".err", ".out", ".log"],
}

LOG_GRPC_ERROR = "log_grpc_status"

# 10 seconds
GRPC_TIMEOUT = 10
