12 lines
283 B
JSON
12 lines
283 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
/*"Default": "Information",*/
|
|
"Default": "Warning",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"ConnectionStrings": {
|
|
"AppDb": "Server=localhost;Port=3306;User=root;Password=password;database=VoiceWorks;SslMode=none"
|
|
}
|
|
} |