|
1234567891011121314 |
- # public path
- VITE_PUBLIC_PATH = /
-
- # Delete console
- VITE_DROP_CONSOLE = false
-
- # Basic interface address SPA
- VITE_GLOB_API_URL = https://test.vogocm.com:9697
-
- # File upload address, optional
- VITE_GLOB_UPLOAD_URL = https://test.vogocm.com:9697/admin-api/infra/upload
-
- # Interface prefix
- VITE_GLOB_API_URL_PREFIX=
|