centralize routes

This commit is contained in:
Georges-Antoine Assi
2025-08-25 13:25:34 -04:00
parent 940a4e766c
commit 3075ffeab4
9 changed files with 72 additions and 58 deletions

View File

@@ -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="*" \