Skip to content
Snippets Groups Projects

update dev-nico to make small changes

Merged Nico Vermaas requested to merge main into dev-nico
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -135,4 +135,4 @@ REST_FRAMEWORK = {
@@ -135,4 +135,4 @@ REST_FRAMEWORK = {
# Recommended to use an environment variable to set the broker URL.
# Recommended to use an environment variable to set the broker URL.
CELERY_BROKER_URL = os.getenv("CELERY_BROKER_URL", "amqp://guest@localhost:5672")
CELERY_BROKER_URL = os.getenv("CELERY_BROKER_URL", "amqp://guest@localhost:5672")
USW_WORKERS = ['lofardata.workers.query.Echo']
UWS_WORKERS = ['lofardata.workers.query.Echo']
\ No newline at end of file
\ No newline at end of file
Loading