fixed gbn broker url

This commit is contained in:
Patrick Skowronek 2024-01-09 07:53:44 +01:00
parent 417c158435
commit c4018aae08
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ if [ "${ENABLE_GBN}" == "true" ]; then
GBN_ROOT_CERT=gbn GBN_ROOT_CERT=gbn
;; ;;
"test") "test")
GBN_BROKER_ID=broker-test.bbmri.de GBN_BROKER_ID=broker.test.bbmri.de
GBN_ROOT_CERT=gbn.test GBN_ROOT_CERT=gbn.test
;; ;;
*) *)