mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-24 16:30:27 +08:00
Incremental config changes; this makes schema loader resolve correctly
This commit is contained in:
+1
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user