20 lines
433 B
JSON
20 lines
433 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"FileStore": {
|
|
"RootDirectory": "C:\\Activities\\Projects\\Elsa\\src\\samples\\SampleDashboard.Web\\App_Data\\Sites\\Default\\workflows",
|
|
"Format": "YAML"
|
|
},
|
|
"Smtp": {
|
|
"Host": "localhost",
|
|
"Port": 2525,
|
|
"Credentials": {
|
|
"Type": "None"
|
|
}
|
|
}
|
|
}
|