From 8515879448e5218eb27b1ba7d73e1a311e5fa79c Mon Sep 17 00:00:00 2001 From: Xevion Date: Fri, 1 Nov 2024 20:48:18 -0500 Subject: [PATCH] Revert "temp: try uvicorn command in railway.json" This reverts commit 45ec5c396ca2c206ababb7af05f383d5790f6662. --- backend/railway.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/railway.json b/backend/railway.json index c46ae29..fd262b7 100644 --- a/backend/railway.json +++ b/backend/railway.json @@ -4,6 +4,6 @@ "builder": "NIXPACKS" }, "deploy": { - "startCommand": "uvicorn \"linkpulse.app:app\" --host :: --port $PORT" + "startCommand": "hypercorn linkpulse.app:app --bind \"[::]:$PORT\" --log-config \"toml:logging.toml\"" } }