Skip to content
Snippets Groups Projects
Commit 6e28aa66 authored by Mattia Mancini's avatar Mattia Mancini
Browse files

OSB-45: a terrible stupid error (bsshjihiha)

parent a5537a0d
No related branches found
No related tags found
1 merge request!89Monitoring maintenance Epic branch merge
...@@ -204,6 +204,8 @@ REST_FRAMEWORK = { ...@@ -204,6 +204,8 @@ REST_FRAMEWORK = {
'DEFAULT_FILTER_BACKENDS': ('django_filters.rest_framework.DjangoFilterBackend',) 'DEFAULT_FILTER_BACKENDS': ('django_filters.rest_framework.DjangoFilterBackend',)
} }
CELERY_BROKER_URL= 'amqp://guest@rabbitmq-broker//'
CELERY_RESULT_BACKEND = 'amqp://guest@rabbitmq-broker//' CELERY_RESULT_BACKEND = 'amqp://guest@rabbitmq-broker//'
# LOFAR SPECIFIC PARAMETERS # LOFAR SPECIFIC PARAMETERS
URL_TO_STORE_RTSM_PLOTS = os.environ.get('MDB_RTSM_PLOT_PATH', os.getcwd()) URL_TO_STORE_RTSM_PLOTS = os.environ.get('MDB_RTSM_PLOT_PATH', os.getcwd())
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment