Project

General

Profile

« Previous | Next » 

Revision 93f25a6b

Added by Andreas Kohlbecker over 2 years ago

ref #6161 implementing password recovery service & tests

View differences:

cdmlib-services/src/test/resources/application.properties
18 18
# this properties allows for disabling the mail agent
19 19
mail.disabled: false 
20 20
# needed to enable wiser in the integration test
21
mail.int-test-server: wiser
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

Also available in: Unified diff