From 85efa9b9102c2642f12629457ea75bb804444a44 Mon Sep 17 00:00:00 2001 From: peyronoscar <30841263+peyronoscar@users.noreply.github.com> Date: Mon, 22 Jan 2024 20:29:51 +0100 Subject: [PATCH] docs: Update environment variables to match Railway variable references format (#6145) --- .../docs/content/deployments/server/deploying-on-railway.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 59630b05fc..4afe05c6f1 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 ```