@@ -62,58 +62,59 @@ spring:
6262 continue-on-error : true
6363org :
6464 woehlke :
65- simpleworklist :
66- mail :
67- host : ${SIMPLEWORKLIST_MAIL_SMTP_HOST}
68- port : ${SIMPLEWORKLIST_MAIL_SMTP_PORT}
69- username : ${SIMPLEWORKLIST_MAIL_SMTP_USERNAME}
70- password : ${SIMPLEWORKLIST_MAIL_SMTP_PASSWORD}
71- auth : true
72- sslEnable : true
73- socketFactoryPort : 465
74- socketFactoryClass : javax.net.ssl.SSLSocketFactory
75- registration :
76- maxRetries : 5
77- ttlEmailVerificationRequest : 86400000
78- urlHost : ${SIMPLEWORKLIST_URL_APP_HOST}
79- mailFrom : ${SIMPLEWORKLIST_MAIL_FROM}
80- webMvc :
81- controllerPageSize : 10
82- staticResourceHandler :
83- - " /css"
84- - " /img"
85- - " /js"
86- dynamicResourceHandler :
87- - " /webjars"
88- webSecurity :
89- strengthBCryptPasswordEncoder : 10
90- # iterations: ${SIMPLEWORKLIST_USER_ITERATIONS}
91- # hashWidth: ${SIMPLEWORKLIST_USER_HASH_WIDTH}
92- # secret: ${SIMPLEWORKLIST_USER_SECRET}
93- loginProcessingUrl : " /j_spring_security_check"
94- logoutUrl : " /user/logout"
95- cookieNamesToClear :
96- - " JSESSIONID"
97- invalidateHttpSession : true
98- defaultSuccessUrl : " /"
99- failureForwardUrl : " /user/login?login_error=1"
100- usernameParameter : " j_username"
101- passwordParameter : " j_password"
102- loginPage : " /user/login"
103- antPatternsPublic :
104- - " /webjars/**"
105- - " /css/**"
106- - " /img/**"
107- - " /js/**"
108- - " /favicon.ico"
109- - " /user/login*"
110- - " /user/register*"
111- - " /user/register/**"
112- - " /user/register/confirm/**"
113- - " /user/resetPassword*"
114- - " /user/resetPassword/**"
115- - " /user/resetPassword/confirm/**"
116- - " /error*"
65+ java :
66+ simpleworklist :
67+ mail :
68+ host : ${SIMPLEWORKLIST_MAIL_SMTP_HOST}
69+ port : ${SIMPLEWORKLIST_MAIL_SMTP_PORT}
70+ username : ${SIMPLEWORKLIST_MAIL_SMTP_USERNAME}
71+ password : ${SIMPLEWORKLIST_MAIL_SMTP_PASSWORD}
72+ auth : true
73+ sslEnable : true
74+ socketFactoryPort : 465
75+ socketFactoryClass : javax.net.ssl.SSLSocketFactory
76+ registration :
77+ maxRetries : 5
78+ ttlEmailVerificationRequest : 86400000
79+ urlHost : ${SIMPLEWORKLIST_URL_APP_HOST}
80+ mailFrom : ${SIMPLEWORKLIST_MAIL_FROM}
81+ webMvc :
82+ controllerPageSize : 10
83+ staticResourceHandler :
84+ - " /css"
85+ - " /img"
86+ - " /js"
87+ dynamicResourceHandler :
88+ - " /webjars"
89+ webSecurity :
90+ strengthBCryptPasswordEncoder : 10
91+ # iterations: ${SIMPLEWORKLIST_USER_ITERATIONS}
92+ # hashWidth: ${SIMPLEWORKLIST_USER_HASH_WIDTH}
93+ # secret: ${SIMPLEWORKLIST_USER_SECRET}
94+ loginProcessingUrl : " /j_spring_security_check"
95+ logoutUrl : " /user/logout"
96+ cookieNamesToClear :
97+ - " JSESSIONID"
98+ invalidateHttpSession : true
99+ defaultSuccessUrl : " /"
100+ failureForwardUrl : " /user/login?login_error=1"
101+ usernameParameter : " j_username"
102+ passwordParameter : " j_password"
103+ loginPage : " /user/login"
104+ antPatternsPublic :
105+ - " /webjars/**"
106+ - " /css/**"
107+ - " /img/**"
108+ - " /js/**"
109+ - " /favicon.ico"
110+ - " /user/login*"
111+ - " /user/register*"
112+ - " /user/register/**"
113+ - " /user/register/confirm/**"
114+ - " /user/resetPassword*"
115+ - " /user/resetPassword/**"
116+ - " /user/resetPassword/confirm/**"
117+ - " /error*"
117118logging :
118119 level :
119120 root : INFO
@@ -169,14 +170,15 @@ logging:
169170 ch :
170171 qos : WARN
171172 woehlke :
172- simpleworklist :
173- application : DEBUG
174- config : DEBUG
175- measurements : DEBUG
176- user : DEBUG
177- domain : DEBUG
178- services : DEBUG
179- common : INFO
173+ java :
174+ simpleworklist :
175+ application : DEBUG
176+ config : DEBUG
177+ measurements : DEBUG
178+ user : DEBUG
179+ domain : DEBUG
180+ services : DEBUG
181+ common : INFO
180182debug : false
181183---
182184spring :
@@ -210,12 +212,13 @@ logging:
210212 qos : WARN
211213 postgresql : WARN
212214 woehlke :
213- simpleworklist :
214- application : INFO
215- config : INFO
216- measurements : INFO
217- user : INFO
218- domain : INFO
219- services : INFO
220- common : INFO
215+ java :
216+ simpleworklist :
217+ application : INFO
218+ config : INFO
219+ measurements : INFO
220+ user : INFO
221+ domain : INFO
222+ services : INFO
223+ common : INFO
221224debug : false
0 commit comments