-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrender.yaml
More file actions
26 lines (26 loc) · 775 Bytes
/
Copy pathrender.yaml
File metadata and controls
26 lines (26 loc) · 775 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: intelectia-api
env: dotnet
buildCommand: dotnet publish Intelectia.API/Intelectia.API.csproj -c Release -o /app/publish
startCommand: dotnet /app/publish/Intelectia.API.dll
envVars:
- key: ASPNETCORE_ENVIRONMENT
value: Production
- key: ASPNETCORE_HTTP_PORTS
value: 8080
- key: ConnectionStrings__Default
fromDatabase:
name: intelectia-db
property: connectionString
- key: JwtSettings__Secret
generateValue: true
- key: JwtSettings__Issuer
value: Intelectia
- key: JwtSettings__Audience
value: IntelectiaUsers
- type: pserv
name: intelectia-db
plan: free
databaseType: postgres
postgresMajorVersion: 16