persistence/Persistence.API/appsettings.json

13 lines
292 B
JSON
Raw Permalink Normal View History

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"ConnectionStrings": {
"DefaultConnection": "Host=localhost;Database=persistence;Username=postgres;Password=q;Persist Security Info=True",
},
"AllowedHosts": "*"
}