Skip to content

Commit

Permalink
Merge pull request #50 from oarepo/rdm_config
Browse files Browse the repository at this point in the history
Rdm config
  • Loading branch information
mesemus authored Dec 10, 2024
2 parents 9b12883 + 3ba788e commit 1277bf6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "nrp-devtools"
version = "1.0.17"
version = "1.0.18"
description = "NRP repository development tools"
readme = "README.md"
authors = [{ name = "Miroslav Simek", email = "[email protected]" }]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,9 @@ BASE_TEMPLATE = "oarepo_ui/base_page.html"
RATELIMIT_GUEST_USER = "5000 per hour;500 per minute"
RATELIMIT_AUTHENTICATED_USER = "20000 per hour;2000 per minute"

RDM_PERSISTENT_IDENTIFIERS = {}
RDM_USER_MODERATION_ENABLED = True
RDM_RECORDS_ALLOW_RESTRICTION_AFTER_GRACE_PERIOD = False
# DataCite DOI
# =======
# See https://github.com/oarepo/oarepo-doi
Expand Down

0 comments on commit 1277bf6

Please sign in to comment.