Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# Claude Code UI Environment Configuration
# ALLOWED_ORIGINS=https://your-ngrok-url.ngrok.io,https://*.taila8c4.ts.net
# Comma-separated list of additional allowed CORS origins for the backend.
# Also controls allowed hosts for the Vite dev server (server.allowedHosts in vite.config.js).
# Supports wildcards (e.g. https://*.taila8c4.ts.net).
# For Vite dev server, use "*.domain.com" (with asterisk) and it will be converted to ".domain.com" for subdomain matching.
# By default, only localhost (on the configured ports) is allowed if this is not set.
# Only includes variables that are actually used in the code

# =============================================================================
Expand All @@ -9,4 +15,5 @@
#API server
PORT=3008
#Frontend port
VITE_PORT=3009
VITE_PORT=3009
ALLOWED_ORIGINS=http://localhost:3009,*.taila8c4.ts.net
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading