-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrender.yaml
More file actions
39 lines (39 loc) · 1.07 KB
/
Copy pathrender.yaml
File metadata and controls
39 lines (39 loc) · 1.07 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
services:
- type: web
name: fawran-app-api
repo: https://github.com/LLLX6/Fawran-App
runtime: python
plan: free
branch: main
autoDeployTrigger: commit
renderSubdomainPolicy: enabled
buildCommand: pip install -r requirements.txt
startCommand: python server.py
healthCheckPath: /healthz
envVars:
- key: HOST
value: 0.0.0.0
- key: FAWRAN_ENV
value: staging
- key: FAWRAN_RELEASE
value: v1
- key: FAWRAN_SEED_DEMO_DATA
value: true
- key: FAWRAN_PUBLIC_URL
value: https://lllx6.github.io/Fawran-App/
- key: FAWRAN_ALLOWED_ORIGINS
value: https://lllx6.github.io
- key: FAWRAN_ADMIN_CODE
sync: false
- key: FAWRAN_OTP_PEPPER
generateValue: true
- key: FAWRAN_MEDIA_SIGNING_KEY
generateValue: true
- key: FAWRAN_LOGIN_MAX_ATTEMPTS
value: 5
- key: FAWRAN_LOGIN_LOCK_MINUTES
value: 15
- key: FAWRAN_MEDIA_URL_TTL_SECONDS
value: 900
- key: FAWRAN_PAYMENT_WEBHOOK_SECRET
sync: false