Adds 2 units and docs for unit 3. nfr-requirements plan

This commit is contained in:
2026-06-29 22:18:37 +02:00
parent 0e01ca1e1c
commit c156107cb1
126 changed files with 15204 additions and 80199 deletions
@@ -0,0 +1,10 @@
namespace SlpModularCms.Modules.Master.Config;
public class MasterModuleOptions
{
public int IntegrityCheckIntervalMinutes { get; set; } = 60;
public int HttpTimeoutSeconds { get; set; } = 10;
public string? MasterUrl { get; set; }
public int CacheMinutes { get; set; } = 60;
public string? ApiKey { get; set; }
}