mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 00:05:44 +02:00
Update to 2022-04-29 11:00
This commit is contained in:
11
roles/squash_tm/templates/squash.tm.cfg.properties.j2
Normal file
11
roles/squash_tm/templates/squash.tm.cfg.properties.j2
Normal 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
|
Reference in New Issue
Block a user