Skip to content
Snippets Groups Projects
Commit d119656f authored by Thermi's avatar Thermi Committed by Natanael Copa
Browse files

testing/grommunio-admin-web: add rspamdWEbAddress

Added rspamdWebAddress in config.json and changed example.com to example.local
parent 904ee5b3
No related branches found
No related tags found
No related merge requests found
......@@ -2,9 +2,9 @@
pkgname=grommunio-admin-web
pkgdesc="Frontend for grommunio management"
pkgver=2.9.0
pkgrel=0
pkgrel=1
arch="noarch !riscv64"
url="http://www.grommunio.com"
url="https://grommunio.com/"
license="AGPL-3.0-only"
options="!check" # No test suite
depends="grommunio-admin-api grommunio-admin-common"
......@@ -44,5 +44,5 @@ package() {
sha512sums="
c0dccb101de6acb6b54e1f839b62417a9d7cd45687d715e193e318b3d73dfd978afd80729cd2bfb1a2b7409985da721fa9aa5a7f22f65dbf920dd205a0d2bf64 grommunio-admin-web-2.9.0.tar.gz
5faa04f1f95cccdbb79a1e09f569a915794e236cb5738b25fd2e9f85b346875b6c1a8f20c3b53ccf823921eca0708a05da5c72f3b0971847ec34bfdbebf0f26e 0001-makefile.patch
c40b0722996b9d0449c3e11f2b56f59e1109b59253ffdf13422c21c56584924fe93a381250ce915656837c1c7799821bc6b6bcf463f867d6e529e59e3a899744 config.json
41e6df23c37b786a214e3c41e1e53ee18a3bd2e6d6344245dc0879374685b0e986f5bc3daeb9068907856810457e3deca6840837d1938af55238335b2b6e99e3 config.json
"
{
"mailWebAddress": "https://mail.example.com/web",
"chatWebAddress": "https://mail.example.com/chat",
"videoWebAddress": "https://mail.example.com/meet",
"fileWebAddress": "https://mail.example.com/files",
"archiveWebAddress": "https://mail.example.com/archive"
"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"
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment