Skip to content

Commit

Permalink
docs: fix server worker mode in railway deployment (#9842)
Browse files Browse the repository at this point in the history
* docs: fix server worker mode in railway deployment

* fix DISABLE_MEDUSA_ADMIN
  • Loading branch information
shahednasser authored Nov 11, 2024
1 parent fc01ae6 commit 94fb420
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ To add environment variables to the Medusa application in worker mode:
```bash
COOKIE_SECRET=supersecret # TODO GENERATE SECURE SECRET
JWT_SECRET=supersecret # TODO GENERATE SECURE SECRET
DISABLE_MEDUSA_ADMIN=false
DISABLE_MEDUSA_ADMIN=true
MEDUSA_WORKER_MODE=worker
PORT=9000
DATABASE_URL=${{Postgres.DATABASE_PUBLIC_URL}}
Expand Down

0 comments on commit 94fb420

Please sign in to comment.