Files
MilkyShots/Lactose/appsettings.Development.json
T

19 lines
376 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Warning",
"Microsoft.AspNetCore": "Warning",
"Microsoft.EntityFrameworkCore": "Warning",
"Lactose.Services" : "Information"
}
},
"SignKey": {
"Key": "32_CHARACTERS_KEY_IS_REQUIRED_TO_WORK"
},
"CorsAllowedOrigins": "*",
"DatabaseAddress": {
"Host": "database",
"Port": 5432
}
}