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

13 lines
315 B
JSON

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