Skip to content

Commit

Permalink
Feature/update webservice testing (#690)
Browse files Browse the repository at this point in the history
* update webservice to 1.7.0-alpha.8

* update config
  • Loading branch information
agduncan94 authored Jul 4, 2019
1 parent 8621e89 commit 64cde99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "2.3.0",
"license": "Apache License 2.0",
"config": {
"webservice_version": "1.7.0-alpha.7"
"webservice_version": "1.7.0-alpha.8"
},
"scripts": {
"ng": "npx ng",
Expand Down
3 changes: 2 additions & 1 deletion travisci/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ zenodoClientID: <fill me in>
zenodoClientSecret: <fill me in>
zenodoRedirectURI: http://<fill me in>:8080/auth/zenodo.org
zenodoUrl: https://zenodo.org
gitHubAppPrivateKeyFile: <fill me in>
gitHubAppId: <fill me in>

authorizerType: inmemory

Expand Down Expand Up @@ -67,7 +69,6 @@ database:
checkConnectionWhileIdle: false

uiConfig:
discourseUrl: https://discuss.dockstore.org
dnaStackImportUrl: https://app.dnastack.com/#/app/workflow/import/dockstore
dnaNexusImportUrl: https://platform.dnanexus.com/panx/tools/import-workflow
terraImportUrl: https://app.terra.bio/#import-tool/dockstore
Expand Down

0 comments on commit 64cde99

Please sign in to comment.