Files
PolyComm/PolyComm/appsettings.json
T
2026-07-15 12:48:27 -05:00

13 lines
236 B
JSON

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