15 lines
265 B
JSON
15 lines
265 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"database": {
|
|
"server": "(local)",
|
|
"databaseName": "esuite",
|
|
"encrypt": true,
|
|
"trustServerCertificate": true
|
|
}
|
|
}
|