Skip to content

Commit

Permalink
Update configuration.mdx
Browse files Browse the repository at this point in the history
I changed the description of the backend field of admin dashboard config. 

Originally It said that it is only used if serve is false. This is not accurate as you can put a value there with server true and the admin dashboard will direct requests to the set url. 

In my opinion this should also remain as you need to change the backend value if your dev environment is on a remote server and I would much prefer if this worked while the server option is true
  • Loading branch information
grandpaSam authored Feb 24, 2025
1 parent 4f34a04 commit 7921d6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/apps/docs/content/admin/configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ const plugins = [
name: "backend",
type: "string",
optional: true,
defaultValue: "",
description: "The URL of the Medusa backend. Its value is only used if the `serve` option is set to `false`.",
defaultValue: "http://localhost:9000",
description: "The URL of the Medusa backend.",
expandable: false,
children: []
},
Expand Down

0 comments on commit 7921d6d

Please sign in to comment.