mirror of
https://github.com/Cian-H/invenio-config-iform.git
synced 2025-12-22 21:11:57 +00:00
config: add OAISERVER_ADMIN_EMAIL
This commit is contained in:
committed by
Mojib Wali
parent
c39221378f
commit
772b21c93a
@@ -330,3 +330,11 @@ RATELIMIT_GUEST_USER = "5000 per hour;500 per minute"
|
|||||||
|
|
||||||
OAISERVER_ID_PREFIX = "repository.tugraz.at"
|
OAISERVER_ID_PREFIX = "repository.tugraz.at"
|
||||||
"""The prefix that will be applied to the generated OAI-PMH ids."""
|
"""The prefix that will be applied to the generated OAI-PMH ids."""
|
||||||
|
|
||||||
|
OAISERVER_ADMIN_EMAILS = [
|
||||||
|
'oai@repository.tugraz.at',
|
||||||
|
]
|
||||||
|
"""The e-mail addresses of administrators of the repository.
|
||||||
|
|
||||||
|
It **must** include one or more instances.
|
||||||
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user