Innovenergy_trunk/csharp/app/Backend/bin/Debug/net6.0/appsettings.json

13 lines
230 B
JSON
Raw Normal View History

2023-02-16 12:57:06 +00:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"ConnectionString" : "Data Source=identifier.sqlite;"
}
}