Noel Kuntze d119656fb2 testing/grommunio-admin-web: add rspamdWEbAddress
Added rspamdWebAddress in config.json and changed example.com to example.local
2024-05-24 12:45:57 +00:00

9 lines
346 B
JSON

{
"mailWebAddress": "https://mail.example.local/web",
"rspamdWebAddress": "https://mail.example.local/antispam",
"chatWebAddress": "https://mail.example.local/chat",
"videoWebAddress": "https://mail.example.local/meet",
"fileWebAddress": "https://mail.example.local/files",
"archiveWebAddress": "https://mail.example.local/archive"
}