-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrender.yaml
More file actions
46 lines (46 loc) · 1.19 KB
/
Copy pathrender.yaml
File metadata and controls
46 lines (46 loc) · 1.19 KB
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
38
39
40
41
42
43
44
45
46
services:
- type: web
name: skillence-backend
runtime: python
rootDir: backend
buildCommand: pip install -r requirements.txt
startCommand: uvicorn main:app --host 0.0.0.0 --port $PORT
healthCheckPath: /
autoDeployTrigger: commit
envVars:
- key: PYTHON_VERSION
value: 3.11.9
- key: MONGODB_URI
sync: false
- key: SECRET_KEY
sync: false
- key: ALGORITHM
value: HS256
- key: ACCESS_TOKEN_EXPIRE_MINUTES
value: "30"
- key: AZURE_ENDPOINT
sync: false
- key: DOC_INTEL_API
sync: false
- key: GEMINI_API
sync: false
- key: GEMINI_ENDPOINT
value: https://generativelanguage.googleapis.com/v1beta/models/gemini-2.5-flash
- key: FRONTEND_URL
sync: false
- key: CORS_ORIGINS
sync: false
- key: CORS_ORIGIN_REGEX
value: https://.*\\.vercel\\.app
- key: EMAIL_HOST
sync: false
- key: EMAIL_PORT
value: "587"
- key: EMAIL_HOST_USER
sync: false
- key: EMAIL_HOST_PASSWORD
sync: false
- key: ONET_API_KEY
sync: false
- key: JSEARCH_API_KEY
sync: false