15 lines
348 B
JSON
15 lines
348 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Debug",
|
|
"System": "Warning",
|
|
"Microsoft.AspNetCore": "Warning",
|
|
"Microsoft.EntityFrameworkCore": "Warning",
|
|
"Lactose.Services" : "Trace"
|
|
}
|
|
},
|
|
"DatabaseAddress": {
|
|
"Host": "database",
|
|
"Port": 3306
|
|
}
|
|
} |