Bläddra i källkod

chore(config): 添加环境变量配置

wangcong 2 månader sedan
förälder
incheckning
6f31de240f
3 ändrade filer med 9 tillägg och 0 borttagningar
  1. 3 0
      .env.development
  2. 3 0
      .env.production
  3. 3 0
      .env.test

+ 3 - 0
.env.development

@@ -0,0 +1,3 @@
+VITE_BASE_API=http://192.168.1.137:9900
+VITE_IMG_API=http://192.168.1.136:9000
+VITE_TEMP_TOKEN=

+ 3 - 0
.env.production

@@ -0,0 +1,3 @@
+VITE_BASE_API=http://39.105.175.99/hvac
+VITE_IMG_API=http://39.105.175.99:9000
+VITE_TEMP_TOKEN=

+ 3 - 0
.env.test

@@ -0,0 +1,3 @@
+VITE_BASE_API=http://39.105.175.99/hvac
+VITE_IMG_API=http://39.105.175.99:9000
+VITE_TEMP_TOKEN=