2023-12-14 15:00:35 +01:00
|
|
|
spring.datasource.url=jdbc:{{ (squashtm_db_engine == 'postgres') | ternary('postgresql', 'mariadb') }}://{{ squashtm_db_server }}:{{ squashtm_db_port }}/{{ squashtm_db_name }}
|
2022-04-29 11:00:10 +02:00
|
|
|
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
|
2024-05-03 10:01:06 +02:00
|
|
|
squash.path.plugins-path={{ squashtm_root_dir }}/app/plugins
|