refactor(config): #41

* adding domain name for the production
* disable RDM records permission override
This commit is contained in:
Mojib Wali
2021-01-05 13:24:56 +01:00
committed by GitHub

View File

@@ -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