18 lines
341 B
JSON
18 lines
341 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Warning",
|
|
"Microsoft.AspNetCore": "Warning",
|
|
"Microsoft.EntityFrameworkCore": "Warning",
|
|
"Lactose.Services" : "Trace"
|
|
}
|
|
},
|
|
"SignKey": {
|
|
"Key": "32_CHARACTERS_KEY_IS_REQUIRED_TO_WORK"
|
|
},
|
|
"DatabaseAddress": {
|
|
"Host": "database",
|
|
"Port": 5432
|
|
}
|
|
}
|