Project

General

Profile

« Previous | Next » 

Revision 9c05c99d

Added by Andreas Kohlbecker over 2 years ago

ref #6161 fixing read-only bug in PasswordResetService and adding support email address to email messages

View differences:

cdmlib-services/src/test/resources/application.properties
1
#######################################################
1
#############################################################
2 2
#
3 3
#   application.properties for the test environement
4 4
#
5
# ======================================================
6
# = MAIL configuration for the local SMPT server Wiser
5
# ===========================================================
6
#   MAIL configuration for the local SMPT server Wiser
7 7
#   see eu.etaxonomy.cdm.api.service.EmailSendTest
8
# ======================================================
8
# ===========================================================
9 9
mail.default-encoding: UTF-8
10 10
mail.host: localhost
11 11
mail.from-address: test-mail@bgbm.org
......
19 19
mail.disabled: false 
20 20
# needed to enable wiser in the integration test
21 21
mail.int-test-server: wiser
22
# -----------------------------------------------------------
23
#  additional email addresses: 
24
# -----------------------------------------------------------
25
# You many want to set this property at the application level by 
26
# setting it as java property, e.g. by using 
27
# '-Dcdm.mailAddress.support: edit-support@your-domain.com'
28
#cdm.mailAddress.support: edit-support@cybertaxonomy.test
22 29
# ===========================================================
23 30
# in production environmens this propery is set in cdm-remote
24 31
# however it is not set in cdm-service and needs to be set 

Also available in: Unified diff