Move gateway configuration into board settings and wire agent\nprovisioning, heartbeat templates, and gateway status lookups\nto use board-specific gateway settings. Adds board_id on agents\nand UI updates for board-scoped selection.\n\nCo-Authored-By: Claude <noreply@anthropic.com>
15 lines
305 B
Plaintext
15 lines
305 B
Plaintext
ENVIRONMENT=dev
|
|
LOG_LEVEL=INFO
|
|
DATABASE_URL=postgresql+psycopg://postgres:postgres@localhost:5432/openclaw_agency
|
|
REDIS_URL=redis://localhost:6379/0
|
|
CORS_ORIGINS=http://localhost:3000
|
|
BASE_URL=
|
|
|
|
# Clerk (auth only)
|
|
CLERK_JWKS_URL=
|
|
CLERK_VERIFY_IAT=true
|
|
CLERK_LEEWAY=10.0
|
|
|
|
# Database
|
|
DB_AUTO_MIGRATE=false
|