11server :
2- port : ${PORT }
2+ port : ${SIMPLEWORKLIST_PORT }
33 error :
44 path : /fehler
55 compression :
66 enabled : false
77 min-response-size : 2048
8+ servlet :
9+ context-path : " /simpleworklist"
810spring :
11+ config :
12+ name : simpleworklist
13+ liquibase :
14+ enabled : false
15+ devtools :
16+ livereload :
17+ enabled : ${SIMPLEWORKLIST_DEV_TESTING}
918 datasource :
10- url : jdbc:postgresql://localdbhost :5432//simpleworklist
19+ url : jdbc:postgresql://localhost :5432//simpleworklist
1120 username : simpleworklist
1221 password : simpleworklistpwd
1322 driverClassName : org.postgresql.Driver
@@ -18,15 +27,15 @@ spring:
1827 open-in-view : true
1928 generate-ddl : true
2029 hibernate :
21- ddl-auto : ${JPA_DLL_AUTO }
30+ ddl-auto : ${SIMPLEWORKLIST_JPA_DLL_AUTO }
2231 properties :
2332 hibernate :
2433 dialect : org.hibernate.dialect.PostgreSQL95Dialect
2534 temp :
2635 use_jdbc_metadata_defaults : false
2736 search :
2837 default :
29- indexBase : /tmp/simpleworklistsearch
38+ indexBase : ~/.config/simpleworklist
3039 session :
3140 store-type : jdbc
3241 jdbc :
3948 woehlke :
4049 simpleworklist :
4150 mail :
42- host : ${MAIL_SMTP_HOST }
43- port : ${MAIL_SMTP_PORT }
44- username : ${MAIL_SMTP_USERNAME }
45- password : ${MAIL_SMTP_PASSWORD }
51+ host : ${SIMPLEWORKLIST_MAIL_SMTP_HOST }
52+ port : ${SIMPLEWORKLIST_MAIL_SMTP_PORT }
53+ username : ${SIMPLEWORKLIST_MAIL_SMTP_USERNAME }
54+ password : ${SIMPLEWORKLIST_MAIL_SMTP_PASSWORD }
4655 auth : true
4756 sslEnable : true
4857 socketFactoryPort : 465
4958 socketFactoryClass : javax.net.ssl.SSLSocketFactory
5059 registration :
5160 maxRetries : 5
5261 ttlEmailVerificationRequest : 86400000
53- urlHost : ${URL_APP_HOST }
54- mailFrom : ${MAIL_FROM }
62+ urlHost : ${SIMPLEWORKLIST_URL_APP_HOST }
63+ mailFrom : ${SIMPLEWORKLIST_MAIL_FROM }
5564 webMvc :
5665 controllerPageSize : 10
5766 staticResourceHandler :
8998---
9099spring :
91100 datasource :
92- url : jdbc:postgresql://localdbhost :5432/simpleworklist
101+ url : jdbc:postgresql://localhost :5432/simpleworklist
93102 profiles :
94103 active : default
0 commit comments