fix: DEFAULT_NOMOS_IMAGE back to public value

This commit is contained in:
Roman 2025-04-25 13:53:36 +08:00
parent e2def60741
commit 14343ee3f8
No known key found for this signature in database
GPG Key ID: 583BDF43C238B83E

View File

@ -15,7 +15,7 @@ def get_env_var(var_name, default=None):
# Configuration constants. Need to be upercase to appear in reports
DEFAULT_NOMOS_IMAGE = "nomos:testnet"
DEFAULT_NOMOS_IMAGE = "ghcr.io/logos-co/nomos:testnet"
NOMOS_IMAGE = get_env_var("NOMOS_IMAGE", DEFAULT_NOMOS_IMAGE)
DEFAULT_PROXY_IMAGE = "bitnami/configurable-http-proxy:latest"