Skip to content

Commit

Permalink
Remove heroku remnants
Browse files Browse the repository at this point in the history
  • Loading branch information
bherr2 committed Dec 13, 2022
1 parent 4e88e1c commit 0e8af58
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions ccf-api-spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ servers:
- description: CCF-API
url: /v1
- description: Production Server (backup)
url: https://ccf-api.herokuapp.com/v1
url: https://ccf-api.hubmapconsortium.org/v1
- description: Staging Server
url: https://ccf-api--staging.herokuapp.com/v1
url: https://r5i95k35v5.us-east-2.awsapprunner.com/v1

x-preprocessor:
description: |
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"ng": "ng",
"start": "ng serve",
"start:api-server": "NODE_PATH=./dist:$NODE_PATH node ./projects/ccf-api/start-server.js",
"heroku-postbuild": "npm run build:server-libs",
"build": "ng build --configuration production",
"build:demo": "ng build --configuration production --output-hashing=none --base-href=./",
"build:docs": "npm-run-all build:docs:*",
Expand Down
2 changes: 1 addition & 1 deletion projects/ccf-eui/src/webcomponent-example.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<!--
<ccf-eui
use-remote-api="true"
remote-api-endpoint="https://ccf-api.herokuapp.com/v1"
remote-api-endpoint="https://ccf-api.hubmapconsortium.org/v1"
>
</ccf-eui>
-->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const environment = {
hubmapToken: localStorage.getItem('HUBMAP_TOKEN') ?? '',

useRemoteApi: false,
remoteApiEndpoint: 'https://ccf-api--staging.herokuapp.com/v1'
remoteApiEndpoint: 'https://r5i95k35v5.us-east-2.awsapprunner.com/v1'
},
googleAnalyticsToken: 'G-ERNVZ1Q4KE'
};

0 comments on commit 0e8af58

Please sign in to comment.