moved configurations page

This commit is contained in:
Shahed Nasser
2025-03-11 10:59:29 +02:00
parent 5a5da0d6a1
commit ac989a6ed1
30 changed files with 11817 additions and 9814 deletions
@@ -51,7 +51,7 @@ The `workerMode` configuration determines which mode the Medusa application runs
When you deploy the Medusa application, you deploy two instances: one in server mode, and one in worker mode.
Learn more about the `workerMode` configuration in [this document](!resources!/references/medusa-config#workermode).
Learn more about the `workerMode` configuration in [this document](../../configurations/medusa-config/page.mdx#workermode).
So, add the following configuration in `medusa-config.ts`:
@@ -87,7 +87,7 @@ The `redisUrl` configuration specifies the connection URL to Redis to store the
<Note>
Learn more in the [Medusa Configuration documentation](!resources!/references/medusa-config#redisurl).
Learn more in the [Medusa Configuration documentation](../../configurations/medusa-config/page.mdx#redisurl).
</Note>