mirror of
https://github.com/rommapp/romm.git
synced 2026-06-28 14:56:01 +00:00
centralize routes
This commit is contained in:
@@ -100,7 +100,7 @@ start_bin_gunicorn() {
|
||||
opentelemetry-instrument \
|
||||
--service_name "${OTEL_SERVICE_NAME_PREFIX-}api" \
|
||||
gunicorn \
|
||||
--bind=0.0.0.0:5000 \
|
||||
--bind=0.0.0.0:"${DEV_PORT:-5000}" \
|
||||
--bind=unix:/tmp/gunicorn.sock \
|
||||
--pid=/tmp/gunicorn.pid \
|
||||
--forwarded-allow-ips="*" \
|
||||
|
||||
Reference in New Issue
Block a user