mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
12 lines
339 B
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"
|
|
}
|
|
} |