Skip to content

Commit

Permalink
docs: use correct env variable for medusa admin in server mode deploy…
Browse files Browse the repository at this point in the history
…ment (medusajs#10764)
  • Loading branch information
ranjithkumar8352 authored Dec 31, 2024
1 parent bbf790e commit 5ca4b0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion www/apps/book/app/learn/deployment/general/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ JWT_SECRET=supersecret # TODO GENERATE SECURE SECRET
STORE_CORS= # STOREFRONT URL
ADMIN_CORS= # ADMIN URL
AUTH_CORS= # STOREFRONT AND ADMIN URLS, SEPARATED BY COMMAS
DISABLE_MEDUSA_ADMIN=true
DISABLE_MEDUSA_ADMIN=false
MEDUSA_WORKER_MODE=server
PORT=9000
DATABASE_URL # POSTGRES DATABASE URL
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ JWT_SECRET=supersecret # TODO GENERATE SECURE SECRET
STORE_CORS= # STOREFRONT URL
ADMIN_CORS= # ADMIN URL
AUTH_CORS= # STOREFRONT AND ADMIN URLS, SEPARATED BY COMMAS
DISABLE_MEDUSA_ADMIN=true
DISABLE_MEDUSA_ADMIN=false
MEDUSA_WORKER_MODE=server
PORT=9000
DATABASE_URL=${{Postgres.DATABASE_URL}}
Expand Down

0 comments on commit 5ca4b0b

Please sign in to comment.