Skip to content

Commit

Permalink
ID-754 Cut over drshub to bond k8s staging prod. (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghost-in-a-Jar authored Aug 23, 2023
1 parent a7799ad commit 07e76ef
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions service/src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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
Expand All @@ -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

0 comments on commit 07e76ef

Please sign in to comment.