feat: Update configuration files for storage path and spam protection settings

This commit is contained in:
HueByte
2026-07-17 19:54:30 +02:00
parent 71d82b45fb
commit df1bd0119c
4 changed files with 50 additions and 6 deletions
+8 -2
View File
@@ -15,9 +15,11 @@
"PublicHosts": [],
"Tags": [],
"Admins": [],
"Registration": "open"
"Registration": "open",
"DirectoryClaimPath": ""
},
"Storage": {
"Path": "",
"CleanupIntervalHours": 1,
"RetentionDays": 30
},
@@ -53,7 +55,11 @@
"TlsCertPath": "",
"TlsCertPassword": "",
"ServerName": "echohub",
"Motd": "Welcome to EchoHub IRC Gateway!"
"Motd": "Welcome to EchoHub IRC Gateway!",
"PublicBaseUrl": ""
},
"Cors": {
"AllowedOrigins": []
},
"Serilog": {
"MinimumLevel": {