From f64955c69d91e578e580b409ba31ac4b3477da96 Mon Sep 17 00:00:00 2001 From: vnugent Date: Wed, 12 Jul 2023 01:28:23 -0400 Subject: Initial commit --- front-end/.env | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 front-end/.env (limited to 'front-end/.env') diff --git a/front-end/.env b/front-end/.env new file mode 100644 index 0000000..1b4c9eb --- /dev/null +++ b/front-end/.env @@ -0,0 +1,18 @@ +#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" +#If true enables the Auth0 login method +VITE_ENABLE_AUTH0=false + +#The path to the blog admin api +VITE_BLOG_ADMIN_URL="/blog" \ No newline at end of file -- cgit