Pass the ambient boolean as one flag argument

Go flag parsing stops at the separate boolean value before ambient-token. Use -ambient-enabled=value and pin the deployed argv contract discovered during live V-691 verification. Owner explicitly requested direct commits to master.
This commit is contained in:
2026-08-13 03:07:52 +04:00
parent 28c2ffb84f
commit 06576b406c
2 changed files with 21 additions and 1 deletions
+1 -1
View File
@@ -107,7 +107,7 @@ services:
# `ps` inside this container, unlike the zenmoney and IMAP secrets which are
# read from files.
command: ["mavweb", "-addr", ":9201", "-voice", "mavend:9100", "-core", "/run/maven/mavend.sock",
"-ambient-enabled", "${MAVEN_AMBIENT_ENABLED:-false}",
"-ambient-enabled=${MAVEN_AMBIENT_ENABLED:-false}",
"-ambient-token", "${MAVEN_AMBIENT_TOKEN:-}",
"-nexus", "http://nexus:9740", "-praxis", "http://praxis:8989", "-hexis", "http://hexis:9741"]
depends_on: [mavend]