Files
MilkyShots/Lactose/appsettings.Development.json
2025-09-02 22:35:27 +02:00

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
}
}