Files
Assignment6/appsettings.json
Chris 30a86a5890
All checks were successful
Build and Push Docker Image / docker (push) Successful in 48s
reworking git structure
2026-04-08 12:30:29 +00:00

16 lines
291 B
JSON

{
"Database": {
"Provider": "Postgres"
},
"ConnectionStrings": {
"DefaultConnection": "Host=db;Port=5432;Database=db;Username=user"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}