-
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) · 1 KB
/
Copy pathrender.yaml
File metadata and controls
37 lines (37 loc) · 1 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
services:
- type: web
name: fetch-backend
runtime: python
rootDir: backend
branch: user-testing
buildCommand: pip install -r requirements.txt
startCommand: uvicorn src.api.main:app --host 0.0.0.0 --port $PORT
envVars:
- key: PYTHON_VERSION
value: "3.13.0"
- key: MONGODB_URL
sync: false
- key: AZURE_OPENAI_API_KEY
sync: false
- key: AZURE_OPENAI_BASE_URL
sync: false
- key: AZURE_OPENAI_EXPLANATION_BASE_URL
sync: false
- key: AZURE_CONTENT_UNDERSTANDING_SUBSCRIPTION_KEY
sync: false
- key: RESOURCE_KEY
sync: false
- key: AZURE_STORAGE_CONNECTION_STRING
sync: false
- key: AZURE_STORAGE_CONTAINER_NAME
sync: false
- key: JWT_SECRET_KEY
sync: false
- key: GMAIL_SENDER_EMAIL
sync: false
- key: GMAIL_APP_PASSWORD
sync: false
- key: CALENDLY_ACCESS_TOKEN
sync: false
- key: ALLOWED_ORIGINS
sync: false