* Implement MessageReceived for MT * Implement Publish activity provider * Only create Publish activity for class types * Add MassTransit sample project * Fix comment
21 lines
416 B
JSON
21 lines
416 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Debug",
|
|
"Microsoft.EntityFrameworkCore": "Warning",
|
|
"Microsoft.AspNetCore": "Debug"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ConnectionStrings": {
|
|
"Sqlite": "Data Source=elsa.sqlite.db;Cache=Shared;"
|
|
},
|
|
"Identity": {
|
|
"CreateDefaultAdmin": true,
|
|
"Tokens": {
|
|
"SigningKey": "secret-signing-key",
|
|
"Lifetime": "8:00:00"
|
|
}
|
|
}
|
|
}
|