Tweak comment

And no, we could read out the port from the uwsgi section, or decide to move it elsewhere.

Co-authored-by: Nicola Soranzo <nicola.soranzo@gmail.com>
This commit is contained in:
Marius van den Beek
2022-02-23 12:59:23 +01:00
committed by GitHub
co-authored by Nicola Soranzo
parent 130a00f3f2
commit b439675a38
+1 -1
View File
@@ -162,7 +162,7 @@ find_server() {
gunicorn_worker="galaxy.webapps.galaxy.workers.Worker"
;;
reports)
# TODO: don't override this var, and is this really the only way to configure the port?
# TODO: is this really the only way to configure the port?
GUNICORN_CMD_ARGS=${GUNICORN_CMD_ARGS:-\"--bind=localhost:9001\"}
;;
tool_shed)