Files
Aaru.Server/DiscImageChef.Server/appsettings.json

12 lines
339 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"ConnectionStrings": {
"DicServerContextConnection": "Server=(localdb)\\mssqllocaldb;Database=DiscImageChef.Server;Trusted_Connection=True;MultipleActiveResultSets=true"
}
}