-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrender.yaml
More file actions
30 lines (30 loc) · 746 Bytes
/
Copy pathrender.yaml
File metadata and controls
30 lines (30 loc) · 746 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
services:
- type: web
name: packpath-api
runtime: node
plan: free
buildCommand: npm install && npm run build
startCommand: npm start
envVars:
- key: ANTHROPIC_API_KEY
sync: false
- key: SENTRY_DSN
sync: false
- key: RESEND_API_KEY
sync: false
- key: FROM_EMAIL
sync: false
- key: NARRATION_MODEL
value: claude-haiku-4-5
- key: NODE_ENV
value: production
- key: PORT
value: 3000
healthCheckPath: /api/health
headers:
- path: /assets/*
name: Cache-Control
value: public, max-age=31536000, immutable
- path: /
name: Cache-Control
value: no-cache, no-store, must-revalidate