Files
agologum/api/appsettings.json
Blitblank 0da09d7594
Some checks failed
Build and Deploy Frontend / build-and-deploy (push) Successful in 7s
Build and Deploy API / build-and-deploy (push) Failing after 14s
dev postgresql database integration
2026-03-14 10:37:30 -05:00

14 lines
296 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"ConnectionStrings": {
"DefaultConnection": "Host=localhost;Port=5432;Database=devTest1;Username=devuser;Password=admin5"
},
"AllowedHosts": "*",
"https_port": 443
}