Skip to content

Instantly share code, notes, and snippets.

@sfmskywalker
Created November 2, 2019 09:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sfmskywalker/ff6a2dcadbea853288a617ce63f6a494 to your computer and use it in GitHub Desktop.
Save sfmskywalker/ff6a2dcadbea853288a617ce63f6a494 to your computer and use it in GitHub Desktop.
appsettings.json - Building Workflow Driven .NET Core Applications with Elsa
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"MongoDb": "mongodb://localhost"
},
"Elsa": {
"Http": {
"BaseUrl": "http://localhost:4800"
},
"Smtp": {
"Host": "localhost",
"Port": "2525"
},
"Timers": {
"SweepInterval": "PT10S"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment