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:
9
roles/squash_tm/templates/env.j2
Normal file
9
roles/squash_tm/templates/env.j2
Normal file
@@ -0,0 +1,9 @@
|
||||
JAR_NAME="squash-tm.war"
|
||||
HTTP_PORT={{ squashtm_port }}
|
||||
TMP_DIR={{ squashtm_root_dir }}/tmp
|
||||
BUNDLES_DIR={{ squashtm_root_dir }}/app/bundles
|
||||
CONF_DIR={{ squashtm_root_dir }}/etc
|
||||
LOG_DIR={{ squashtm_root_dir }}/logs
|
||||
TOMCAT_HOME={{ squashtm_root_dir }}/data/tomcat
|
||||
PLUGINS_DIR={{ squashtm_root_dir }}/app/plugins
|
||||
DB_TYPE={{ (squashtm_db_engine == 'postgres') | ternary('postgresql', 'mysql') }}
|
Reference in New Issue
Block a user