liuxiran commented on a change in pull request #1326:
URL: https://github.com/apache/apisix-dashboard/pull/1326#discussion_r560030436



##########
File path: web/config/defaultSettings.ts
##########
@@ -31,6 +31,14 @@ export default {
   title: 'APISIX Dashboard',
   pwa: false,
   iconfontUrl: '',
+  serveUrlMap: {
+    dev: 'http://139.217.190.60',
+    test: 'http://localhost:9000',
+  },

Review comment:
       I found that both fe dev and cy test need this config, so I moved it to 
the `defaultSettings`
   
   cc @LiteSun @juzhiyuan 




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to