init commit
This commit is contained in:
14
.env.example
Normal file
14
.env.example
Normal file
@@ -0,0 +1,14 @@
|
||||
# AWS Bedrock (production pattern)
|
||||
AWS_ACCESS_KEY_ID=AKIA...
|
||||
AWS_SECRET_ACCESS_KEY=...
|
||||
AWS_DEFAULT_REGION=us-east-1
|
||||
USE_BEDROCK=false
|
||||
|
||||
# Anthropic (fallback for local dev)
|
||||
ANTHROPIC_API_KEY=sk-ant-...
|
||||
|
||||
# Kong Konnect (optional)
|
||||
KONG_PROXY_URL=
|
||||
|
||||
# App
|
||||
DEFAULT_SCENARIO=weather_disruption_ord
|
||||
Reference in New Issue
Block a user