Skip to content

Commit

Permalink
Add doiGenerationPolicy and list of orgs
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles Overbeck committed Oct 1, 2024
1 parent d213065 commit e5d68cd
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 @@ -20,6 +20,7 @@
"DOCKSTORE_ZENODO_ACCESS_TOKEN":"",
"DOCKSTORE_ZENODO_COMMUNITY_ID":"",
"DOCUMENTATION_URL":"foobar",
"DOI_GENERATION_POLICY": "ALLOW_LIST",
"DOMAIN_NAME":"foobar",
"ELASTICSEARCH_DOMAIN":"replaceme",
"ELASTICSEARCH_MAX_CONCURRENT_SESSIONS":"123",
Expand All @@ -37,6 +38,7 @@
"GITHUB_CLIENT2_ID":"foobared",
"GITHUB_CLIENT2_SECRET":"foobared",
"GITHUB_CODESPACES_IMPORT_URL":"replaceme",
"GITHUB_ORGS_WITH_DOI_GENERATION": "",
"GITLAB_CLIENT_ID":"foobar",
"GITLAB_CLIENT_SECRET":"foobar",
"GOOGLE_CLIENT_ID":"potato",
Expand Down
2 changes: 2 additions & 0 deletions templates/web.yml.template
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ zenodoRedirectURI: https://{{ DOMAIN_NAME }}/auth/zenodo.org
zenodoUrl: {{ ZENODO_URL }}
dockstoreZenodoAccessToken: {{ DOCKSTORE_ZENODO_ACCESS_TOKEN }}
dockstoreZenodoCommunityId: {{ DOCKSTORE_ZENODO_COMMUNITY_ID }}
doiAutoGenerationPolicy: {{ DOI_GENERATION_POLICY }}
gitHubOrgsWithDoiGeneration: [ {{ GITHUB_ORGS_WITH_DOI_GENERATION }} ]

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

0 comments on commit e5d68cd

Please sign in to comment.