Files
GerbilManager/appsettings.Development.json
2023-10-17 01:18:17 +02:00

12 lines
248 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"ConnectionStrings": {
"sqlConnection": "server=.; database=GerbilManagerDebug; Integrated Security=true"
}
}