aboutsummaryrefslogtreecommitdiff
path: root/front-end/.env
blob: 76f0d893239d1bcc5c79a8cc01e859d6201c5583 (plain)
1
2
3
4
5
6
7
#The base url for all api requests
VITE_API_URL="/api"
VITE_CORS_ENABLED=false

#The VNLib.Plugins.Essentials.Accounts plugin security header value
VITE_WEB_TOKEN_HEADER="X-Web-Token"
VITE_LOGIN_COOKIE_ID="li"