2024-01-22 08:49:34 +00:00
|
|
|
# Glob API URL
|
|
|
|
VITE_GLOB_API_URL=/api
|
|
|
|
|
2024-02-05 09:09:12 +00:00
|
|
|
VITE_APP_API_BASE_URL=https://erpapi.fontree.cn
|
2024-02-05 01:09:54 +00:00
|
|
|
https://erpapi.fontree.cn #正式
|
|
|
|
http://114.218.158.24:9020#测试
|
2024-01-22 08:49:34 +00:00
|
|
|
# Whether long replies are supported, which may result in higher API fees
|
2024-01-29 05:34:29 +00:00
|
|
|
VITE_GLOB_OPEN_LONG_REPLY=true
|
2024-01-22 08:49:34 +00:00
|
|
|
|
|
|
|
# When you want to use PWA
|
|
|
|
VITE_GLOB_APP_PWA=false
|