TF-3591 Integration test Calendar Event Counter email

This commit is contained in:
DatDang
2025-04-16 11:24:17 +07:00
committed by Dat H. Pham
parent 9df53ef6b9
commit 7f9dc67141
7 changed files with 1048 additions and 7 deletions
+2 -1
View File
@@ -2,7 +2,7 @@ version: "3"
services:
tmail-backend:
image: linagora/tmail-backend:memory-1.0.3-rc1
image: linagora/tmail-backend:memory-1.0.5
container_name: tmail-backend
volumes:
- ./jwt_publickey:/root/conf/jwt_publickey
@@ -11,6 +11,7 @@ services:
- ./imapserver.xml:/root/conf/imapserver.xml
- ./jmap.properties:/root/conf/jmap.properties
- ./linagora-ecosystem.properties:/root/conf/linagora-ecosystem.properties
- ./openpaas.properties:/root/conf/openpaas.properties
- ../provisioning/integration_test/provisioning.sh:/root/conf/integration_test/provisioning.sh
- ../provisioning/integration_test/eml:/root/conf/integration_test/eml
ports:
+27
View File
@@ -0,0 +1,27 @@
######################################################################
# As a subpart of Twake Mail, this file is edited by Linagora. #
# #
# https://twake-mail.com/ #
# https://linagora.com #
# #
# This file is subject to The Affero Gnu Public License #
# version 3. #
# #
# https://www.gnu.org/licenses/agpl-3.0.en.html #
# #
# This program is distributed in the hope that it will be #
# useful, but WITHOUT ANY WARRANTY; without even the implied #
# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR #
# PURPOSE. See the GNU Affero General Public License for #
# more details. #
######################################################################
openpaas.api.uri=http://esn:8080/api
openpaas.admin.user=admin@open-paas.org
openpaas.admin.password=secret
openpaas.rest.client.trust.all.ssl.certs=true
dav.api.uri=http://esn_sabre:80
dav.admin.user=admin
dav.admin.password=secret123
dav.rest.client.trust.all.ssl.certs=true