-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrender.yaml
32 lines (31 loc) · 840 Bytes
/
render.yaml
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
services:
- type: web
name: flask-app
env: python
plan: free
buildCommand: pip install -r requirements.txt
startCommand: gunicorn app:app
envVars:
- key: SECRET_KEY
generateValue: true
- key: OKTA_DOMAIN
value: "dev-14162863.okta.com"
- key: OKTA_CLIENT_ID
sync: false
- key: OKTA_CLIENT_SECRET
sync: false
- key: OKTA_REDIRECT_URI
value: "https://okta-openai-demo.onrender.com/callback"
- key: OKTA_ISSUER
value: "https://dev-14162863.okta.com/oauth2/ausn1mvtp8e6ob1VV5d7"
- key: OPENAI_API_KEY
sync: false
- key: REDIS_URL
fromService:
type: redis
name: redis-session
property: connectionString
- type: redis
name: redis-session
ipAllowList: []
plan: free