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

13 lines
220 B
JSON
Raw Normal View History

2023-06-29 10:27:21 +00:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"MongoDb": "mongodb://localhost:27017/elsa"
}
}