elsa-core/samples/aspnet/Elsa.Samples.AspNet.EntityFrameworkCore.PostgresSql/appsettings.json

13 lines
272 B
JSON
Raw Normal View History

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"Postgres": "Host=localhost;Database=elsa_efcore;Username=elsa;Password=password;Pooling=true;"
}
}