plano/arch/tools/cli/consts.py
2025-12-11 11:20:19 -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.22")