14 lines
297 B
JSON
14 lines
297 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Warning",
|
|
"Microsoft.AspNetCore": "Warning",
|
|
"Microsoft.EntityFrameworkCore": "Warning",
|
|
"Lactose.Services" : "Debug"
|
|
}
|
|
},
|
|
"DatabaseAddress": {
|
|
"Host": "database",
|
|
"Port": 5432
|
|
}
|
|
} |