Skip to content

Commit

Permalink
Add Dockstore zenodo config
Browse files Browse the repository at this point in the history
  • Loading branch information
kathy-t committed Jun 3, 2024
1 parent 5c59a56 commit 57e570d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dockstore_launcher_config/compose.config
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
"DISCOURSE_URL":"foobar",
"DOCKSTORE_DBPASSWORD":"replaceme",
"DOCKSTORE_VERSION":"develop",
"DOCKSTORE_ZENODO_ACCESS_TOKEN":"replaceme",
"DOCKSTORE_ZENODO_COMMUNITY_ID":"replaceme",
"DOCUMENTATION_URL":"foobar",
"DOMAIN_NAME":"foobar",
"ELASTICSEARCH_DOMAIN":"replaceme",
Expand Down
2 changes: 2 additions & 0 deletions templates/web.yml.template
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ zenodoClientID: {{ ZENODO_CLIENT_ID }}
zenodoClientSecret: {{ ZENODO_CLIENT_SECRET }}
zenodoRedirectURI: https://{{ DOMAIN_NAME }}/auth/zenodo.org
zenodoUrl: {{ ZENODO_URL }}
dockstoreZenodoAccessToken: {{ DOCKSTORE_ZENODO_ACCESS_TOKEN }}
dockstoreZenodoCommunityId: {{ DOCKSTORE_ZENODO_COMMUNITY_ID }}

orcidClientID: {{ ORCID_CLIENT_ID }}
orcidClientSecret: {{ ORCID_CLIENT_SECRET }}
Expand Down

0 comments on commit 57e570d

Please sign in to comment.