-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrender.yaml
More file actions
37 lines (37 loc) · 908 Bytes
/
Copy pathrender.yaml
File metadata and controls
37 lines (37 loc) · 908 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
services:
- type: web
name: publium-api
branch: renewal
autoDeployTrigger: commit
runtime: node
plan: free
buildCommand: npm install
startCommand: npm run start -w server
healthCheckPath: /api/health
envVars:
- key: NODE_VERSION
value: 20.19.4
- key: NODE_ENV
value: production
- key: DATABASE_URL
sync: false
- key: DATABASE_SSL
value: "true"
- key: CLIENT_ORIGIN
sync: false
- key: SUPABASE_URL
sync: false
- key: SUPABASE_SERVICE_ROLE_KEY
sync: false
- key: OPENAI_API_KEY
sync: false
- key: OPENAI_CHAT_MODEL
value: gpt-5.6-terra
- key: OPENAI_EMBEDDING_MODEL
value: text-embedding-3-small
- key: NCBI_EMAIL
sync: false
- key: NCBI_API_KEY
sync: false
- key: NCBI_TOOL
value: publium