mirror of
https://github.com/Cian-H/invenio-config-iform.git
synced 2025-12-22 13:11:56 +00:00
refactor(config): #41
* adding domain name for the production * disable RDM records permission override
This commit is contained in:
@@ -39,6 +39,7 @@ APP_ALLOWED_HOSTS = [
|
||||
"127.0.0.1",
|
||||
"invenio-dev01.tugraz.at",
|
||||
"invenio-test.tugraz.at",
|
||||
"repository.tugraz.at"
|
||||
]
|
||||
"""Allowed Hosts"""
|
||||
|
||||
@@ -201,9 +202,9 @@ RECAPTCHA_PRIVATE_KEY = None
|
||||
# )
|
||||
#
|
||||
# Uncomment these to enable overriding RDM permissions
|
||||
RDM_RECORDS_BIBLIOGRAPHIC_SERVICE_CONFIG = (
|
||||
'invenio_config_tugraz.rdm_permissions.TUGRAZBibliographicRecordServiceConfig'
|
||||
)
|
||||
# RDM_RECORDS_BIBLIOGRAPHIC_SERVICE_CONFIG = (
|
||||
# 'invenio_config_tugraz.rdm_permissions.TUGRAZBibliographicRecordServiceConfig'
|
||||
# )
|
||||
"""Access control configuration for records."""
|
||||
|
||||
# invenio-rdm-records
|
||||
|
||||
Reference in New Issue
Block a user