mirror of
https://github.com/siteboon/claudecodeui.git
synced 2025-12-08 19:19:38 +00:00
12 lines
395 B
Plaintext
Executable File
12 lines
395 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=3008
|
|
#Frontend port
|
|
VITE_PORT=3009 |