mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-27 07:33:18 +02:00
12 lines
563 B
Plaintext
12 lines
563 B
Plaintext
![]() |
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
|