diff --git a/service/src/main/resources/application.yml b/service/src/main/resources/application.yml index ae2ae11e..daa52750 100644 --- a/service/src/main/resources/application.yml +++ b/service/src/main/resources/application.yml @@ -1,7 +1,7 @@ deploy_env: ${DEPLOY_ENV:dev} # since there's a default, define this once drshub: - bondUrl: https://broad-bond-${deploy_env}.appspot.com + bondUrl: https://bond.dsde-${deploy_env}.broadinstitute.org samUrl: https://sam.dsde-${deploy_env}.broadinstitute.org externalcredsUrl: https://externalcreds.dsde-${deploy_env}.broadinstitute.org @@ -146,8 +146,6 @@ spring.config.activate.on-profile: dev drshub: compactIdHosts: "drs.anv0": jade.datarepo-dev.broadinstitute.org - bondUrl: https://bond.dsde-dev.broadinstitute.org - --- # staging spring.config.activate.on-profile: staging @@ -160,4 +158,3 @@ spring.config.activate.on-profile: alpha drshub: compactIdHosts: "drs.anv0": data.alpha.envs-terra.bio - bondUrl: https://bond.dsde-alpha.broadinstitute.org