From 7c73580150687d922b4cee22a31f067330a17dfa Mon Sep 17 00:00:00 2001 From: sosokker Date: Wed, 22 Nov 2023 21:26:42 +0700 Subject: [PATCH] update build settings --- backend/railway.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/railway.json b/backend/railway.json index f78d5c0..a99f1a8 100644 --- a/backend/railway.json +++ b/backend/railway.json @@ -4,7 +4,7 @@ "builder": "NIXPACKS" }, "deploy": { - "startCommand": "python manage.py migrate && python manage.py createcachetable accesstokencache && gunicorn --timeout 500 main.wsgi", + "startCommand": "python manage.py migrate && python manage.py createcachetable accesstokencache && gunicorn --timeout 500 core.wsgi", "restartPolicyType": "NEVER", "restartPolicyMaxRetries": 10 }