Bladeren bron

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

wangcong 2 maanden geleden
bovenliggende
commit
6f31de240f
3 gewijzigde bestanden met toevoegingen van 9 en 0 verwijderingen
  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=