kehati/appsettings.json

13 lines
288 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"ConnectionStrings": {
"DefaultConnection": "Host=localhost;Port=5432;Database=kehati;Username=postgres;Password=postgres"
},
"AllowedHosts": "*"
}