aboutsummaryrefslogtreecommitdiff
path: root/front-end/.env
diff options
context:
space:
mode:
Diffstat (limited to 'front-end/.env')
-rw-r--r--front-end/.env7
1 files changed, 7 insertions, 0 deletions
diff --git a/front-end/.env b/front-end/.env
new file mode 100644
index 0000000..76f0d89
--- /dev/null
+++ b/front-end/.env
@@ -0,0 +1,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" \ No newline at end of file