Skip to content

Commit

Permalink
Merge pull request #2 from uc-cdis/chore/update_env
Browse files Browse the repository at this point in the history
configure BIH settings
  • Loading branch information
craigrbarnes authored Mar 13, 2024
2 parents b36c45b + efc899e commit ee15090
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .env.development
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
GEN3_COMMONS_NAME=bih
NEXT_PUBLIC_GEN3_API=https://localhost:3000
NEXT_PUBLIC_GEN3_GUPPY_API=https://bih.data-commons.org/guppy
# set these if you want to use different endpoints
#NEXT_PUBLIC_GEN3_GUPPY_API=
3 changes: 2 additions & 1 deletion .env.production
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
GEN3_COMMONS_NAME=gen3
GEN3_COMMONS_NAME=bih
NEXT_PUBLIC_GEN3_API=https://localhost/
NEXT_PUBLIC_GEN3_DOMAIN=https://localhost/
NEXT_PUBLIC_GEN3_GUPPY_API=https://bih.data-commons.org/guppy
1 change: 0 additions & 1 deletion .github/workflows/image_build_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
name: Build Image and Push to Quay
uses: uc-cdis/.github/.github/workflows/image_build_push.yaml@master
with:
OVERRIDE_REPO_NAME: "commons-frontend-app"
USE_QUAY_ONLY: true
secrets:
ECR_AWS_ACCESS_KEY_ID: ${{ secrets.ECR_AWS_ACCESS_KEY_ID }}
Expand Down

0 comments on commit ee15090

Please sign in to comment.