Inits the workflow configuration
This commit is contained in:
parent
f66dac31c9
commit
e6e098b32e
286 changed files with 33660 additions and 64632 deletions
8
src/Yavsc/Settings/DataProtectionSettings.cs
Normal file
8
src/Yavsc/Settings/DataProtectionSettings.cs
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
namespace Yavsc
|
||||
{
|
||||
public class DataProtectionSettings
|
||||
{
|
||||
public Dictionary<string,string> Keys { get; set; }
|
||||
public int ExpiresInHours { get; set; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue