Skip to content

Commit

Permalink
docs: fix database URL in railway guide (#10311)
Browse files Browse the repository at this point in the history
  • Loading branch information
shahednasser authored Nov 27, 2024
1 parent 537a609 commit 00d0c92
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ AUTH_CORS= # STOREFRONT AND ADMIN URLS, SEPARATED BY COMMAS
DISABLE_MEDUSA_ADMIN=true
MEDUSA_WORKER_MODE=server
PORT=9000
DATABASE_URL=${{Postgres.RAILWAY_PRIVATE_DOMAIN}}
DATABASE_URL=${{Postgres.DATABASE_URL}}
REDIS_URL=${{Redis.REDIS_URL}}?family=0
```

Expand Down Expand Up @@ -338,7 +338,7 @@ JWT_SECRET=supersecret # TODO GENERATE SECURE SECRET
DISABLE_MEDUSA_ADMIN=true
MEDUSA_WORKER_MODE=worker
PORT=9000
DATABASE_URL=${{Postgres.RAILWAY_PRIVATE_DOMAIN}}
DATABASE_URL=${{Postgres.DATABASE_URL}}
REDIS_URL=${{Redis.REDIS_URL}}?family=0
```

Expand Down

0 comments on commit 00d0c92

Please sign in to comment.