mirror of
https://github.com/siteboon/claudecodeui.git
synced 2025-12-09 02:19:38 +00:00
16 lines
522 B
Plaintext
Executable File
16 lines
522 B
Plaintext
Executable File
# Claude Code UI Environment Configuration
|
|
# Only includes variables that are actually used in the code
|
|
|
|
# =============================================================================
|
|
# SERVER CONFIGURATION
|
|
# =============================================================================
|
|
|
|
# Backend server port (Express API + WebSocket server)
|
|
#API server
|
|
PORT=3001
|
|
#Frontend port
|
|
VITE_PORT=5173
|
|
|
|
# Uncomment the following line if you have a custom claude cli path other than the default "claude"
|
|
# CLAUDE_CLI_PATH=claude
|