module file local server now has the right backendUrl
This commit is contained in:
@ -31,13 +31,26 @@ module.exports = defineConfig({
|
||||
redisUrl: process.env.CACHE_REDIS_URL,
|
||||
},
|
||||
},
|
||||
// [Modules.WORKFLOW_ENGINE]: {
|
||||
// resolve: "@medusajs/workflow-engine-redis",
|
||||
// options: {
|
||||
// redis: {
|
||||
// url: process.env.CACHE_REDIS_URL,
|
||||
// },
|
||||
// },
|
||||
// },
|
||||
[Modules.WORKFLOW_ENGINE]: {
|
||||
resolve: "@medusajs/workflow-engine-redis",
|
||||
options: {
|
||||
redis: {
|
||||
url: process.env.CACHE_REDIS_URL,
|
||||
redisurl: process.env.CACHE_REDIS_URL,
|
||||
},
|
||||
},
|
||||
[Modules.FILE]: {
|
||||
resolve: "@medusajs/medusa/file-local-next",
|
||||
id: "local",
|
||||
options: {
|
||||
backendUrl: process.env.MEDUSA_BACKEND_URL,
|
||||
},
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user