asipilot / .env.example
E5K7's picture
Initial commit: FrontendForge implementation
5e4b249
Raw
History Blame Contribute Delete
312 Bytes
# Server
NODE_ENV=development
PORT=3001
CLIENT_URL=http://localhost:5173
# ASI-1 Mini API
ASI1_API_KEY=your_asi1_api_key_here
ASI1_BASE_URL=https://api.asi1.ai/v1
ASI1_MODEL=asi1-mini
# GitHub Integration
GITHUB_TOKEN=your_github_token_here
# Redis
REDIS_URL=redis://localhost:6379
# Logging
LOG_LEVEL=debug