panhui 2 anni fa
parent
commit
6fec591d6f
4 ha cambiato i file con 9 aggiunte e 9 eliminazioni
  1. 3 3
      .env
  2. 2 2
      .env.development
  3. 2 2
      .env.org
  4. 2 2
      .env.production

+ 3 - 3
.env

@@ -1,7 +1,7 @@
 # Glob API URL
-VITE_GLOB_API_URL=http://localhost:3000/api
+VITE_GLOB_API_URL=https://gpt.izouma.com/api
 
-VITE_APP_API_BASE_URL=http://localhost:3000/api
+VITE_APP_API_BASE_URL=https://gpt.izouma.com/api
 
 # Whether long replies are supported, which may result in higher API fees
 VITE_GLOB_OPEN_LONG_REPLY=false
@@ -9,6 +9,6 @@ VITE_GLOB_OPEN_LONG_REPLY=false
 # When you want to use PWA
 VITE_GLOB_APP_PWA=false
 
-VITE_GLOB_APP_PUBLIC_PATH=/ui/
+VITE_GLOB_APP_PUBLIC_PATH=/web/
 
 VITE_ORG_MODE=false

+ 2 - 2
.env.development

@@ -1,8 +1,8 @@
 
 # Glob API URL
-VITE_GLOB_API_URL=http://localhost:3000/api
+VITE_GLOB_API_URL=https://gpt.izouma.com/api
 
-VITE_APP_API_BASE_URL=http://localhost:3000/api
+VITE_APP_API_BASE_URL=https://gpt.izouma.com/api
 
 # Whether long replies are supported, which may result in higher API fees
 VITE_GLOB_OPEN_LONG_REPLY=false

+ 2 - 2
.env.org

@@ -1,7 +1,7 @@
 # Glob API URL
-VITE_GLOB_API_URL=/api
+VITE_GLOB_API_URL=https://gpt.izouma.com/api
 
-VITE_APP_API_BASE_URL=/api
+VITE_APP_API_BASE_URL=https://gpt.izouma.com/api
 
 # Whether long replies are supported, which may result in higher API fees
 VITE_GLOB_OPEN_LONG_REPLY=false

+ 2 - 2
.env.production

@@ -1,7 +1,7 @@
 # Glob API URL
-VITE_GLOB_API_URL=/api
+VITE_GLOB_API_URL=https://gpt.izouma.com/api
 
-VITE_APP_API_BASE_URL=/api
+VITE_APP_API_BASE_URL=https://gpt.izouma.com/api
 
 # Whether long replies are supported, which may result in higher API fees
 VITE_GLOB_OPEN_LONG_REPLY=false