-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrender.yaml
More file actions
26 lines (25 loc) · 742 Bytes
/
render.yaml
File metadata and controls
26 lines (25 loc) · 742 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
services:
- type: web
name: frags
runtime: python
buildCommand: pip install -e .
startCommand: alembic upgrade head && python -m uvicorn synth_engine.api.main:app --host 0.0.0.0 --port $PORT
envVars:
- key: SYNTH_DATABASE_URL
sync: false
- key: SYNTH_JWT_SECRET
generateValue: true
- key: SYNTH_JWT_ALGORITHM
value: HS256
- key: SYNTH_BACKEND_HMAC_SECRET
sync: false
- key: SYNTH_DEV_ADMIN_ENABLED
value: "true"
- key: SYNTH_DEV_ADMIN_TOKEN
sync: false
- key: SYNTH_DEV_ADMIN_EMAIL
sync: false
- key: SYNTH_TURNSTILE_ENABLED
value: "true"
- key: SYNTH_TURNSTILE_SECRET_KEY
sync: false