mirror of https://github.com/samply/bridgehead.git
fixed gbn broker url
This commit is contained in:
parent
417c158435
commit
c4018aae08
|
@ -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
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
|
Loading…
Reference in New Issue