-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
44 lines (38 loc) · 917 Bytes
/
Copy path.env.example
File metadata and controls
44 lines (38 loc) · 917 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# Core infra
DATABASE_URL=postgres://postgres:postgres@postgres:5432/kawaachai
REDIS_URL=redis://redis:6379
KAFKA_BROKERS=kafka:9092
# API keys
OPENWEATHER_API_KEY=
TOMORROW_IO_API_KEY=
IMD_API_KEY=
CPCB_API_KEY=
# Guidewire
GUIDEWIRE_CLIENT_ID=
GUIDEWIRE_CLIENT_SECRET=
GUIDEWIRE_BASE_URL=
# Thresholds
RAIN_THRESHOLD_PARTIAL_MM=75
RAIN_THRESHOLD_FULL_MM=100
AQI_THRESHOLD=300
AQI_DURATION_HOURS=3
WIND_THRESHOLD_KMPH=60
PLATFORM_DOWNTIME_HOURS=2
SOFT_HOLD_MS=7200000
STEP_UP_TIMEOUT_MS=14400000
# Auth/admin
ADMIN_BEARER_TOKEN=change-me
WEBHOOK_SIMULATION_TOKEN=change-me
# App ports
TRIGGER_MONITOR_PORT=3001
CLAIMS_SERVICE_PORT=3002
# SPEC-05
SPEC5_ADMIN_API_PORT=3010
SPEC5_LLM_PROVIDER=groq
SPEC5_LLM_MODEL=llama-3.1-8b-instant
SPEC5_LLM_API_KEY=
SPEC5_LLM_TIMEOUT_MS=10000
SPEC5_RUN_SEED=true
VITE_ADMIN_API_BASE_URL=http://localhost:3010
VITE_ADMIN_BEARER_TOKEN=change-me
VITE_ADMIN_USER=spec5-admin-ui