-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrender.yaml
More file actions
31 lines (31 loc) · 988 Bytes
/
render.yaml
File metadata and controls
31 lines (31 loc) · 988 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
projects:
- name: render-pr-summarizer
environments:
- name: production
services:
- type: web
name: render-pr-summarizer
runtime: node
buildCommand: npm install && npm run build
startCommand: node dist/main.js
envVars:
- key: PORT
value: 3000
- key: LITELLM_API_KEY
sync: false
- key: LITELLM_BASE_URL
sync: false
- key: LITELLM_MODEL
value: gpt-5.4-mini
- key: SCALEKIT_ENVIRONMENT_URL
sync: false
- key: SCALEKIT_CLIENT_ID
sync: false
- key: SCALEKIT_CLIENT_SECRET
sync: false
- key: GITHUB_CONNECTION_NAME
sync: false
- key: SESSION_SECRET
generateValue: true
- key: PUBLIC_BASE_URL
sync: false