11 lines
243 B
Bash
Raw Normal View History

2023-02-09 15:18:30 +08:00
# Glob API URL
2023-02-22 22:55:53 +08:00
VITE_GLOB_API_URL=/api
2023-03-24 08:14:51 +08:00
VITE_APP_API_BASE_URL=http://127.0.0.1:3002/
# Whether long replies are supported, which may result in higher API fees
VITE_GLOB_OPEN_LONG_REPLY=false
2023-03-22 19:42:40 +08:00
# When you want to use PWA
VITE_GLOB_APP_PWA=false