diff --git a/www/apps/docs/content/deployments/server/deploying-on-railway.md b/www/apps/docs/content/deployments/server/deploying-on-railway.md index 47840ba401e2a..409e1c96a823e 100644 --- a/www/apps/docs/content/deployments/server/deploying-on-railway.md +++ b/www/apps/docs/content/deployments/server/deploying-on-railway.md @@ -162,8 +162,8 @@ To configure the environment variables of your Medusa backend: PORT=9000 JWT_SECRET=something COOKIE_SECRET=something -DATABASE_URL=${{postgresql.DATABASE_URL}} -REDIS_URL=${{redis.REDIS_URL}} +DATABASE_URL=${{Postgres.DATABASE_URL}} +REDIS_URL=${{Redis.REDIS_URL}} DATABASE_TYPE=postgres ```