Skip to content
Snippets Groups Projects
config.py 126 B
from os import getenv

broker_url = getenv(
    'CELERY_BROKER_URL',
    default='redis://test-dashboard02.geant.org:6379/1')