Browse Source

添加新环境

milestone-20251117-DeepChart后台一期
liruiqiang 2 months ago
parent
commit
f4d508e4ea
  1. 3
      .env.development
  2. 3
      .env.production
  3. 3
      .env.test

3
.env.development

@ -1 +1,2 @@
VITE_API_BASE_URL = "http://m6cbfb9d.natappfree.cc"
VITE_API_BASE_URL = "http://m6cbfb9d.natappfree.cc"
VITE_API_BASE_URL_LINK = "http://121.89.234.155:8807"

3
.env.production

@ -1 +1,2 @@
VITE_API_BASE_URL = "https://api.example.com"
VITE_API_BASE_URL = "https://api.example.com"
VITE_API_BASE_URL_LINK = "https://web.homilychart.com"

3
.env.test

@ -1 +1,2 @@
VITE_API_BASE_URL = "http://m6cbfb9d.natappfree.cc"
VITE_API_BASE_URL = "http://m6cbfb9d.natappfree.cc"
VITE_API_BASE_URL_LINK = "http://121.89.234.155:8807"
Loading…
Cancel
Save