plano/arch/tools/cli/consts.py
2025-11-22 15:04:41 -08:00

5 lines
153 B
Python

import os
SERVICE_NAME_ARCHGW = "archgw"
ARCHGW_DOCKER_NAME = "archgw"
ARCHGW_DOCKER_IMAGE = os.getenv("ARCHGW_DOCKER_IMAGE", "katanemo/archgw:0.3.18")