Browse Source

修改接口前缀

dev
liruiqiang 3 weeks ago
parent
commit
025d68edb7
  1. 2
      .env.development
  2. 2
      .env.production
  3. 2
      .env.test

2
.env.development

@ -1,2 +1,2 @@
VITE_API_BASE_URL = "http://dcapi.homilychart.com/deepchart"
VITE_API_BASE_URL = "https://dcapi.homilychart.com/prod/deepchart"
VITE_API_BASE_URL_LINK = "http://39.101.133.168:8828"

2
.env.production

@ -1,2 +1,2 @@
VITE_API_BASE_URL = "http://dcapi.homilychart.com/deepchart"
VITE_API_BASE_URL = "https://dcapi.homilychart.com/prod/deepchart"
VITE_API_BASE_URL_LINK = "https://api.homilychart.com"

2
.env.test

@ -1,2 +1,2 @@
VITE_API_BASE_URL = "http://dcapi.homilychart.com/deepchart"
VITE_API_BASE_URL = "https://dcapi.homilychart.com/prod/deepchart"
VITE_API_BASE_URL_LINK = "http://39.101.133.168:8828"
Loading…
Cancel
Save