/ env.example
env.example
1 # Echo Bot Configuration 2 # Copy to .env and fill in your values 3 4 # Bot token from Common Ground 5 BOT_TOKEN=your-bot-token-here 6 7 # Webhook secret from Common Ground 8 WEBHOOK_SECRET=your-webhook-secret-here 9 10 # Optional: Override API URL (for local development) 11 # CG_BASE_URL=http://localhost:8000 12 13 # Optional: Server port (default: 3001) 14 # PORT=3001 15