Files
agologum/api/appsettings.json
Blitblank dd8864c56c
All checks were successful
Build and Deploy API / build-and-deploy (push) Successful in 3s
test postgres integration
2026-03-14 15:26:35 -05:00

14 lines
314 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
}