lolosia-web/.env.serve-dev

11 lines
325 B
Plaintext

#The defined variable must start with VITE_APP_
VITE_APP_ENV = 'dev'
VITE_APP_BASE_URL = 'https://localhost:7001'
#image or oss address
VITE_APP_IMAGE_URL = 'https://localhost:7001/gofast-image'
#proxy, use this to test proxy
#VITE_APP_BASE_URL = '/api'
#VITE_APP_PROXY_URL = 'https://github.jzfai.top/micro-service-api'