* Restructure component folders * Restructure JavaScript module folders * Remove ActivityType field from descriptor No longer necessary. * Incremental work on synthetic properties * Implement synthetic property persistence * Add JS functions to return input from composed activity * Cleanup * Take into account versioning * Fix versioning * Add Output management * Implement output handling
22 lines
468 B
JSON
22 lines
468 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",
|
|
"AccessTokenLifetime": "1:00:00",
|
|
"RefreshTokenLifetime": "1:10:00"
|
|
}
|
|
}
|
|
}
|