Files
MilkyShots/Lactose/appsettings.Docker.json
T
2026-07-08 01:08:00 +02:00

14 lines
297 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Warning",
"Microsoft.AspNetCore": "Warning",
"Microsoft.EntityFrameworkCore": "Warning",
"Lactose.Services" : "Debug"
}
},
"DatabaseAddress": {
"Host": "database",
"Port": 5432
}
}