mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 00:36:34 +02:00
5 lines
153 B
Python
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")
|