# Server Configuration PORT=5000 HOST=0.0.0.0 # Security Settings # Options: full, limited, restricted TERMINAL_SECURITY=full # Session Management MAX_SESSIONS=10 SESSION_TIMEOUT=3600000 DETACHED_SESSION_TIMEOUT=86400000 # External Access # For custom domain or ngrok BASE_URL=http://localhost:5000 # Ngrok Configuration (optional) # Get your auth token from https://dashboard.ngrok.com/auth NGROK_AUTH_TOKEN= # Terminal Configuration TERMINAL_SHELL=/bin/bash TERMINAL_COLS=80 TERMINAL_ROWS=24 # Performance MAX_BUFFER_SIZE=52428800 CHUNK_SIZE=32768 # Data Storage DATA_DIR=./data