-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrender.yaml
More file actions
32 lines (32 loc) · 796 Bytes
/
Copy pathrender.yaml
File metadata and controls
32 lines (32 loc) · 796 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
27
28
29
30
31
32
services:
- type: web
name: matrix-health-solution
runtime: docker
dockerfilePath: ./MatrixHealthSolution/Dockerfile
dockerContext: ./MatrixHealthSolution
port: 8080
disk:
name: sqlite-data
mountPath: /data
sizeGB: 1
envVars:
- key: ASPNETCORE_ENVIRONMENT
value: Production
- key: Stripe__PublishableKey
sync: false
- key: Stripe__SecretKey
sync: false
- key: Stripe__WebhookSecret
sync: false
- key: Email__SmtpHost
value: smtp.gmail.com
- key: Email__SmtpPort
value: "587"
- key: Email__Username
sync: false
- key: Email__Password
sync: false
- key: Email__From
sync: false
- key: Email__Admin
sync: false