Skip to content

Commit c00975e

Browse files
GeneralJerelclaude
andcommitted
fix: add missing env vars to render.yaml blueprint
Wire LLM_MODEL to the agent service and rate limiter env vars to the frontend service so operators don't need to configure them manually in the Render dashboard. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent e45e254 commit c00975e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

render.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ services:
1111
sync: false
1212
- key: LANGSMITH_API_KEY
1313
sync: false
14+
- key: LLM_MODEL
15+
value: gpt-5.4-2026-03-05
1416
buildFilter:
1517
paths:
1618
- apps/agent/**
@@ -30,6 +32,12 @@ services:
3032
property: hostport
3133
- key: LANGSMITH_API_KEY
3234
sync: false
35+
- key: RATE_LIMIT_ENABLED
36+
value: "false"
37+
- key: RATE_LIMIT_WINDOW_MS
38+
value: "60000"
39+
- key: RATE_LIMIT_MAX
40+
value: "40"
3341
buildFilter:
3442
paths:
3543
- apps/app/**

0 commit comments

Comments
 (0)