docs: Update environment variables to match Railway variable references format (#6145)

This commit is contained in:
peyronoscar
2024-01-22 20:29:51 +01:00
committed by GitHub
parent 738e9115ec
commit 85efa9b910

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=${{postgresql.DATABASE_URL}}
REDIS_URL=${{redis.REDIS_URL}}
DATABASE_URL=${{Postgres.DATABASE_URL}}
REDIS_URL=${{Redis.REDIS_URL}}
DATABASE_TYPE=postgres
```