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