summaryrefslogtreecommitdiff
path: root/front-end/.env
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2023-11-11 00:52:57 -0500
committerLibravatar vnugent <public@vaughnnugent.com>2023-11-11 00:52:57 -0500
commitfdf78dd5bf25f345cc8419cc547cdbafaf54ae86 (patch)
tree0e1f8ef9f27e7a0a6532299161db06b8dc5a999b /front-end/.env
parent39a22deb6a232356bf7b2ef8386679bc8ea2f697 (diff)
switch default api path, reduce bundle size, and swtich to async componentsv0.1.3
Diffstat (limited to 'front-end/.env')
-rw-r--r--front-end/.env4
1 files changed, 1 insertions, 3 deletions
diff --git a/front-end/.env b/front-end/.env
index cae7853..3dfde77 100644
--- a/front-end/.env
+++ b/front-end/.env
@@ -1,5 +1,5 @@
#The base url for all api requests
-VITE_API_URL="/"
+VITE_API_URL="/api"
VITE_CORS_ENABLED=false
#The VNLib.Plugins.Essentials.Accounts plugin security header value
@@ -11,8 +11,6 @@ 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