Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions invenio.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,8 @@ VCS_PROVIDER_CONFIG_DICT = {
# Override the template so we can customise the explanatory test to be more CDS specific
VCS_TEMPLATE_INDEX = "cds_rdm/vcs/index.html"
VCS_RELEASE_CLASS = RDMVCSRelease
# Allow an unlimited number of repository contributors to be imported as record authors
VCS_MAX_CONTRIBUTORS_NUMBER = -1

# Authentication - Invenio-Accounts and Invenio-OAuthclient
# =========================================================
Expand Down
Loading