use it in ccp as well

This commit is contained in:
Threated
2026-06-22 11:21:08 +02:00
parent d36e822b95
commit 6538a09843
2 changed files with 16 additions and 2 deletions
+5
View File
@@ -12,4 +12,9 @@ if [ -n "${ENABLE_DNPM}" ]; then
else
DNPM_ADDITIONAL_NO_PROXY=""
fi
if [ -n "${ENABLE_DNPM_NODE}" ]; then
DNPM_BEAM_CONNECT_HOST="${DNPM_BEAM_CONNECT_HOST:-$HOST}"
else
DNPM_BEAM_CONNECT_HOST="dnpm-beam-connect:8062"
fi
fi