Ver código fonte

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

wangcong 2 meses atrás
pai
commit
6f31de240f
3 arquivos alterados com 9 adições e 0 exclusões
  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=