sec: add random scret forward token for set ip if app under proxy

This commit is contained in:
2024-07-04 23:46:43 +03:00
parent 9133b57a1b
commit e8ca2c42a6
2 changed files with 18 additions and 0 deletions

View File

@ -18,6 +18,7 @@ public class GeneralConfig
public ScheduleSettings? ScheduleSettings { get; set; }
public EmailSettings? EmailSettings { get; set; }
public LogSettings? LogSettings { get; set; }
public string? SecretForwardToken { get; set; }
public void SaveSetting()
{