bloxid-quantum-identity / railway.json
Eddie
Fix Railway config
5f42164
raw
history blame contribute delete
301 Bytes
{
"$schema": "https://railway.app/railway.schema.json",
"build": {
"builder": "NIXPACKS"
},
"deploy": {
"startCommand": "python quantum_simple.py",
"healthcheckPath": "/",
"healthcheckTimeout": 100,
"restartPolicyType": "ON_FAILURE",
"restartPolicyMaxRetries": 3
}
}