Parcourir la source

disable admin

Shahed Nasser il y a 1 an
Parent
commit
f9e7ba4f7d
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      medusa-config.js

+ 1 - 1
medusa-config.js

@@ -133,7 +133,7 @@ const projectConfig = {
 module.exports = {
   projectConfig,
   admin: {
-    backendUrl: "http://localhost:9000"
+    disable: true
   },
   plugins,
   modules,