lolosia-web/.env.serve-dev

11 lines
325 B
Plaintext
Raw Normal View History

2023-02-02 16:07:38 +08:00
#The defined variable must start with VITE_APP_
VITE_APP_ENV = 'dev'
2023-02-22 11:21:49 +08:00
VITE_APP_BASE_URL = 'https://localhost:7001'
2023-02-02 16:07:38 +08:00
#image or oss address
2023-02-22 11:21:49 +08:00
VITE_APP_IMAGE_URL = 'https://localhost:7001/gofast-image'
2023-02-02 16:07:38 +08:00
#proxy, use this to test proxy
#VITE_APP_BASE_URL = '/api'
#VITE_APP_PROXY_URL = 'https://github.jzfai.top/micro-service-api'