2023-10-23 10:34:28 +00:00
|
|
|
# Custom Environment Variables (Must be named with VITE_ prefix)
|
2023-06-14 11:09:55 +00:00
|
|
|
|
2023-10-29 09:16:02 +00:00
|
|
|
VITE_API_UPLOADS_URL = `http://127.0.0.1:10007/uploads`
|
|
|
|
VITE_API_BASE_URL = `http://127.0.0.1:10007/api`
|
2023-09-24 09:22:12 +00:00
|
|
|
|
2023-10-23 10:34:28 +00:00
|
|
|
## Router Mode, hash or html5
|
2023-09-24 09:22:12 +00:00
|
|
|
VITE_ROUTER_HISTORY = 'html5'
|