Update to 2022-04-29 11:00

This commit is contained in:
Daniel Berteaud
2022-04-29 11:00:10 +02:00
parent ed77591a35
commit 17cd763bf4
30 changed files with 619 additions and 6 deletions

View File

@@ -0,0 +1,11 @@
spring.datasource.url=jdbc:{{ (squashtm_db_engine == 'postgres') | ternary('postgresql', 'mysql') }}://{{ squashtm_db_server }}:{{ squashtm_db_port }}/{{ squashtm_db_name }}
spring.datasource.username={{ squashtm_db_user }}
spring.datasource.password={{ squashtm_db_pass }}
server.servlet.session.timeout=3600
server.port={{ squashtm_port }}
server.tomcat.basedir={{ squashtm_root_dir }}/data/tomcat
squash.crypto.secret={{ squashtm_secret }}
squash.path.bundles-path={{ squashtm_root_dir }}/app/bundles
squash.path.plugins-path={{ squashtm_root_dir }}/plugins