Skip to content

Commit

Permalink
back
Browse files Browse the repository at this point in the history
  • Loading branch information
FalaSolucoes committed Jun 17, 2024
1 parent 901b40d commit 9b31c5a
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions medusa-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,18 +55,18 @@ const plugins = [
];

const modules = {
eventBus: {
resolve: "@medusajs/event-bus-redis",
options: {
redisUrl: REDIS_URL
}
},
cacheService: {
resolve: "@medusajs/cache-redis",
options: {
redisUrl: REDIS_URL
}
},
// eventBus: {
// resolve: "@medusajs/event-bus-redis",
// options: {
// redisUrl: REDIS_URL
// }
// },
// cacheService: {
// resolve: "@medusajs/cache-redis",
// options: {
// redisUrl: REDIS_URL
// }
// },
};

/** @type {import('@medusajs/medusa').ConfigModule["projectConfig"]} */
Expand All @@ -77,7 +77,6 @@ const projectConfig = {
database_url: DATABASE_URL,
admin_cors: ADMIN_CORS,
redis_url: REDIS_URL,
server_url: SERVER_URL
};

/** @type {import('@medusajs/medusa').ConfigModule} */
Expand Down

0 comments on commit 9b31c5a

Please sign in to comment.