Files
agologum/api/appsettings.json
Blitblank 9fea2c5b7b
Some checks failed
Build and Deploy API / build-and-deploy (push) Failing after 7s
properly set environment secret
2026-03-21 00:16:52 -05:00

19 lines
408 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"ConnectionStrings": {
"DefaultConnection": "Host=agologum-net;Port=5432;Database=agologum;Username=agologum;Password=${POSTGRES_PASSWORD}"
},
"AllowedHosts": "*",
"https_port": 443,
"Jwt": {
"Key": "",
"Issuer": "agologum-api",
"Audience": "agologum-users"
}
}