docs(env): optional chat API base URL and VITE_ENABLE_CHAT flag

Made-with: Cursor
This commit is contained in:
defiQUG
2026-04-07 22:56:18 -07:00
parent 9499d0b064
commit 5ba74050fc
2 changed files with 7 additions and 2 deletions
+5 -1
View File
@@ -37,6 +37,10 @@ VITE_ENABLE_NEWSLETTER=true
VITE_ENABLE_EVENTS=true
VITE_ENABLE_BLOG=false
# Optional chat API override
# Default is same-origin /api/ai/chat via nginx proxy on the web container.
# VITE_CHAT_API_BASE_URL=https://mim4u.org
# Development
VITE_DEV_MODE=true
VITE_LOG_LEVEL=info
VITE_LOG_LEVEL=info
+2 -1
View File
@@ -15,6 +15,7 @@ VITE_ENABLE_AI_ASSISTANCE="true"
VITE_ENABLE_ANALYTICS="true"
VITE_ENABLE_MOBILE_APP="true"
VITE_ENABLE_TRAINING="true"
VITE_ENABLE_CHAT="true"
# Performance Settings
VITE_AI_BATCH_SIZE="5"
@@ -25,4 +26,4 @@ VITE_REQUEST_TIMEOUT="30000"
# - Server-side environment variables
# - Secure credential management systems
# - Runtime configuration APIs
# Never commit API keys, passwords, or tokens to version control
# Never commit API keys, passwords, or tokens to version control