Skip to content

Commit c2e96f7

Browse files
author
AI Testing MCP
committed
Fix Railway deployment configuration
- Remove invalid restartPolicyType and restartPolicyMaxRetries - Add PORT environment variable for proper Railway hosting - Simplified config for MCP server deployment - Ready for production Railway hosting 🔧 Fixes Railway config parsing error 🚀 Enables successful deployment to Railway platform
1 parent 62fd34a commit c2e96f7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

railway.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33

44
[deploy]
55
startCommand = "npm start"
6-
restartPolicyType = "on-failure"
7-
restartPolicyMaxRetries = 10
86

97
[variables]
10-
NODE_ENV = "production"
8+
NODE_ENV = "production"
9+
PORT = "8080"

0 commit comments

Comments
 (0)