Browse Source

Update medusa-config.js

Wiwat Srisattha 2 năm trước cách đây
mục cha
commit
8aff884ae4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      medusa-config.js

+ 1 - 1
medusa-config.js

@@ -69,7 +69,7 @@ const projectConfig = {
   store_cors: STORE_CORS,
   admin_cors: ADMIN_CORS,
   // Uncomment the following lines to enable REDIS
-  // redis_url = REDIS_URL
+  // redis_url: REDIS_URL
 }
 
 if (DATABASE_URL && DATABASE_TYPE === "postgres") {