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

13 lines
267 B
JSON

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