diff --git a/config.example.json b/config.example.json index 06284f1..01074ba 100644 --- a/config.example.json +++ b/config.example.json @@ -10,6 +10,7 @@ "192.168.0.0/16" ], "MaxMessageSizeMB": 25, + "MaxConcurrentClients": 10, "ClientTimeoutSeconds": 120 }, "Graph": { @@ -38,4 +39,9 @@ "Failed": "failed", "Logs": "logs" } + "Logging": { + "MaxFileSizeMB": 10, + "RetentionDays": 30, + "CleanupHours": 12 + } } \ No newline at end of file