mirror of
https://github.com/RedWizardsLab/EchoHub.git
synced 2026-09-04 08:36:11 +02:00
feat: Update configuration files for storage path and spam protection settings
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user