20 lines
522 B
JSON
20 lines
522 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
|
|
"Microsoft": "Warning",
|
|
"Microsoft.AspNetCore": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information",
|
|
|
|
"Microsoft.EntityFrameworkCore": "Warning",
|
|
"Microsoft.EntityFrameworkCore.Database.Command": "None",
|
|
|
|
"System.Net.Http.HttpClient": "Warning",
|
|
"Polly": "Warning"
|
|
}
|
|
},
|
|
"ConnectionStrings": {
|
|
"AppDb": "Server=localhost;Port=3306;User=root;Password=password;database=VoiceWorks;SslMode=none"
|
|
}
|
|
} |