Project

General

Profile

Download (1.05 KB) Statistics
| Branch: | Tag: | Revision:
1
#######################################################
2
#
3
#   application.properties for the test environement
4
#
5
# ======================================================
6
# = MAIL configuration for the local SMPT server Wiser
7
#   see eu.etaxonomy.cdm.api.service.EmailSendTest
8
# ======================================================
9
mail.default-encoding: UTF-8
10
mail.host: localhost
11
mail.from-address: test-mail@bgbm.org
12
#mail.username: test-mail@bgbm.org
13
#mail.password: lsdjfoianef
14
mail.port: 2500
15
# JavaMailProperties
16
#mail.smtp.auth: true
17
#mail.smtp.starttls.enable: true
18
# this properties allows for disabling the mail agent
19
mail.disabled: false 
20
# needed to enable wiser in the integration test
21
mail.int-test-server: wiser
22
# ===========================================================
23
# in production environmens this propery is set in cdm-remote
24
# however it is not set in cdm-service and needs to be set 
25
# for the PasswordResetServiceTest
26
#
27
# explitely different name than for the unitils database
28
# to make this property better findable
29
cdm.dataSource.id: cdm-tests-db
(1-1/3)