Browse Source

chore:配置测试环境

刘传伟 1 month ago
parent
commit
51ed7a649a
1 changed files with 3 additions and 0 deletions
  1. 3 0
      http-client.env.json

+ 3 - 0
http-client.env.json

@@ -1,5 +1,8 @@
 {
   "dev": {
     "api_url": "http://localhost:8080"
+  },
+  "test": {
+    "api_url": "http://test.favor.zhenguo.fun"
   }
 }