fix: vite config allowedhost read from .env
All checks were successful
Update changelog / changelog (push) Successful in 26s
All checks were successful
Update changelog / changelog (push) Successful in 26s
This commit is contained in:
10
.env.default
10
.env.default
@@ -1,7 +1,7 @@
|
||||
# Site info
|
||||
PUBLIC_URL=https://example.com # Publicly accessible website root, used for rewrites. Note there is no trailing slash in the URL.
|
||||
USE_SUBDOMAINS=true # Whether backend allows for use of subdomains in URL generation.
|
||||
PUBLIC_URL=https://example.com
|
||||
USE_SUBDOMAINS=true
|
||||
DEBUG=false
|
||||
|
||||
# Frontend specific
|
||||
<miejsce na twoje zmienne>
|
||||
VITE_API_TARGET=kitkat.example.com # Target backend for API requests.
|
||||
VITE_API_TARGET=https://pies.com
|
||||
VITE_ALLOWED_HOST=pies.com
|
||||
Reference in New Issue
Block a user