Files
GerbilManager/GerbilManagerWebAPI/appsettings.Development.json
2023-10-23 21:29:19 +02:00

12 lines
292 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"ConnectionStrings": {
"sqlConnection": "server=.; database=GerbilManagerDebug; User Id=sa;Password=StrongerThenYYou1;Encrypt=False;TrustServerCertificate=True"
}
}