Files
GerbilManager/GerbilManagerWebAPI/appsettings.Development.json
2023-10-21 14:02:51 +02:00

12 lines
237 B
JSON

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