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

13 lines
255 B
JSON

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