docs: fix environment variable names for Railway guide (#5077)

* docs: fix environment variable names for Railway guide

* Update deploying-on-railway.md

* Update deploying-on-railway.md
This commit is contained in:
Shahed Nasser
2023-09-15 14:42:11 +03:00
committed by GitHub
parent c722440c30
commit 09bcbdaea5

View File

@@ -162,8 +162,8 @@ To configure the environment variables of your Medusa backend:
PORT=9000
JWT_SECRET=something
COOKIE_SECRET=something
DATABASE_URL=${{Postgres.DATABASE_URL}}
REDIS_URL=${{Redis.REDIS_URL}}
DATABASE_URL=${{postgresql.DATABASE_URL}}
REDIS_URL=${{redis.REDIS_URL}}
DATABASE_TYPE=postgres
```