mirror of
https://github.com/Cian-H/invenio-config-iform.git
synced 2025-12-23 05:21:57 +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",
|
"127.0.0.1",
|
||||||
"invenio-dev01.tugraz.at",
|
"invenio-dev01.tugraz.at",
|
||||||
"invenio-test.tugraz.at",
|
"invenio-test.tugraz.at",
|
||||||
|
"repository.tugraz.at"
|
||||||
]
|
]
|
||||||
"""Allowed Hosts"""
|
"""Allowed Hosts"""
|
||||||
|
|
||||||
@@ -201,9 +202,9 @@ RECAPTCHA_PRIVATE_KEY = None
|
|||||||
# )
|
# )
|
||||||
#
|
#
|
||||||
# Uncomment these to enable overriding RDM permissions
|
# Uncomment these to enable overriding RDM permissions
|
||||||
RDM_RECORDS_BIBLIOGRAPHIC_SERVICE_CONFIG = (
|
# RDM_RECORDS_BIBLIOGRAPHIC_SERVICE_CONFIG = (
|
||||||
'invenio_config_tugraz.rdm_permissions.TUGRAZBibliographicRecordServiceConfig'
|
# 'invenio_config_tugraz.rdm_permissions.TUGRAZBibliographicRecordServiceConfig'
|
||||||
)
|
# )
|
||||||
"""Access control configuration for records."""
|
"""Access control configuration for records."""
|
||||||
|
|
||||||
# invenio-rdm-records
|
# invenio-rdm-records
|
||||||
|
|||||||
Reference in New Issue
Block a user