Skip to content
Snippets Groups Projects

Add script csv gen

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