.env.example•1.17 kB
# SystemPrompt Coding Agent Configuration
# Project root directory for task execution (REQUIRED)
# This is the directory where Claude Code will execute tasks
PROJECT_ROOT=/path/to/your/project
# Server port (optional, defaults to 3000)
# This is the external port that the Docker container exposes
PORT=3000
# Host Bridge Daemon port for Claude proxy (optional, defaults to 9876)
# This is the port that the daemon listens on for connections from Docker
CLAUDE_PROXY_PORT=9876
# Tool paths and availability (these will be auto-detected by the setup/start scripts)
# CLAUDE_PATH=/usr/local/bin/claude
# GEMINI_PATH=/path/to/gemini
# SHELL_PATH=/bin/bash
# CLAUDE_AVAILABLE=false
# GEMINI_AVAILABLE=false
# JWT secret for authentication (optional, defaults to dev secret)
# JWT_SECRET=your-secret-here
# Push token for mobile app notifications (optional)
# Get your push token from the SystemPrompt mobile app: Settings > Developer
# PUSH_TOKEN=your-push-token-here
# Docker Compose project name (optional, defaults to systemprompt-coding-agent)
# This ensures consistent container naming across different environments
# COMPOSE_PROJECT_NAME=systemprompt-coding-agent