You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- # 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=
|