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
2 files
+ 2
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -37,6 +37,7 @@ INSTALLED_APPS = [
'corsheaders',
'django_filters',
'django_extensions',
'uws'
]
MIDDLEWARE = [
@@ -131,4 +132,7 @@ REST_FRAMEWORK = {
'PAGE_SIZE': 100
}
ATDB_HOST = os.environ.get('ATDB_HOST', 'http://localhost:8000/atdb/')
# Recommended to use an environment variable to set the broker URL.
CELERY_BROKER_URL = os.getenv("CELERY_BROKER_URL", "amqp://guest@localhost:5672")
UWS_WORKERS = ['lofardata.workers.query.Echo']
\ No newline at end of file
Loading