elsa-core/samples/aspnet/Elsa.Samples.AspNet.MongoDbPersistence/appsettings.json
2024-02-02 20:01:14 +02:00

13 lines
220 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"MongoDb": "mongodb://localhost:27017/elsa"
}
}