aboutsummaryrefslogtreecommitdiff
path: root/front-end/.env
blob: 3dfde7763ba753ddf192c1d1c4ed94e6659135f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#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"

#The path to the accounts plugin api
VITE_ACCOUNTS_BASE_PATH="/account"

#If true enables the PKI login method
VITE_PKI_ENDPOINT="/account/pki"

#The path to the blog admin api
VITE_BLOG_ADMIN_URL="/blog"