This commit is contained in:
2025-12-15 13:34:27 +01:00
parent 129c63c362
commit 021feaf51e
19 changed files with 6548 additions and 1318 deletions

44
.env.development Normal file
View File

@@ -0,0 +1,44 @@
# ==========================================
# GridPilot Development Environment
# ==========================================
# Node Environment
NODE_ENV=development
# ==========================================
# Database (PostgreSQL)
# ==========================================
DATABASE_URL=postgres://gridpilot_user:gridpilot_dev_pass@db:5432/gridpilot_dev
POSTGRES_DB=gridpilot_dev
POSTGRES_USER=gridpilot_user
POSTGRES_PASSWORD=gridpilot_dev_pass
# ==========================================
# API Configuration
# ==========================================
API_PORT=3000
API_HOST=0.0.0.0
# ==========================================
# Website Configuration
# ==========================================
NEXT_PUBLIC_GRIDPILOT_MODE=alpha
NEXT_PUBLIC_SITE_URL=http://localhost:3001
NEXT_PUBLIC_API_URL=http://localhost:3000
NEXT_PUBLIC_DISCORD_URL=https://discord.gg/your-invite-code
NEXT_TELEMETRY_DISABLED=1
# ==========================================
# Vercel KV (Optional in Development)
# ==========================================
# KV_REST_API_URL=
# KV_REST_API_TOKEN=
# ==========================================
# Automation Mode
# ==========================================
AUTOMATION_MODE=dev
CHROME_DEBUG_PORT=9222
AUTOMATION_TIMEOUT=30000
RETRY_ATTEMPTS=3
SCREENSHOT_ON_ERROR=true