docs: fix server worker mode in railway deployment (#9842)
* docs: fix server worker mode in railway deployment * fix DISABLE_MEDUSA_ADMIN
This commit is contained in:
@@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user