aboutsummaryrefslogtreecommitdiff
path: root/front-end/.env
diff options
context:
space:
mode:
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