Files
DevOps/appsettings.json
Christopher Sanden b837e1aad2 restructured filetree
2026-04-05 16:30:57 +02:00

13 lines
230 B
JSON

{
"ConnectionStrings": {
"DefaultConnection": "DataSource=app.db;Cache=Shared"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}