Incremental config changes; this makes schema loader resolve correctly

This commit is contained in:
Dannon Baker
2021-03-29 09:29:24 -04:00
parent 8702980d40
commit 3967906260
+1 -2
View File
@@ -3,6 +3,7 @@ debug = True
[env]
GALAXY_CONFIG_FILE=config/galaxy.yml
PYTHONPATH=lib
[watcher:web]
cmd = gunicorn 'galaxy.webapps.galaxy.fast_factory:factory()' --pythonpath lib -k uvicorn.workers.UvicornWorker -b fd://$(circus.sockets.web)
@@ -12,7 +13,6 @@ use_sockets = True
stop_signal = TERM
stop_children = True
copy_env = True
virtualenv = .venv
[watcher:client]
working_dir = client
@@ -28,7 +28,6 @@ host = 0.0.0.0
port = 8080
[watcher:celery]
working_dir = lib
cmd = celery
args = --app galaxy.celery worker -l debug
copy_env = True