mirror of
https://github.com/aljazceru/BTCPayServerPlugins.git
synced 2025-12-18 08:04:26 +01:00
Data Erasure plugin
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
|
||||
namespace BTCPayServer.Plugins.DataErasure
|
||||
{
|
||||
public class DataErasureSettings
|
||||
{
|
||||
public bool Enabled { get; set; }
|
||||
public int DaysToKeep { get; set; }
|
||||
public DateTimeOffset? LastRunCutoff { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user