mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 00:05:44 +02:00
Update to 2023-12-14 15:00
This commit is contained in:
@@ -6,4 +6,4 @@ 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') }}
|
||||
DB_TYPE={{ (squashtm_db_engine == 'postgres') | ternary('postgresql', 'mariadb') }}
|
||||
|
@@ -1,4 +1,4 @@
|
||||
spring.datasource.url=jdbc:{{ (squashtm_db_engine == 'postgres') | ternary('postgresql', 'mysql') }}://{{ squashtm_db_server }}:{{ squashtm_db_port }}/{{ squashtm_db_name }}
|
||||
spring.datasource.url=jdbc:{{ (squashtm_db_engine == 'postgres') | ternary('postgresql', 'mariadb') }}://{{ squashtm_db_server }}:{{ squashtm_db_port }}/{{ squashtm_db_name }}
|
||||
spring.datasource.username={{ squashtm_db_user }}
|
||||
spring.datasource.password={{ squashtm_db_pass }}
|
||||
|
||||
|
Reference in New Issue
Block a user