same for ssl client.

This commit is contained in:
Andrea Dell'Amico 2023-11-02 10:41:43 +01:00
parent 3699337235
commit fa9594f995
Signed by: andrea.dellamico
GPG Key ID: 147ABE6CEB9E20FF
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ bluecloud_webodv_client_url: "localhost"
# Set to "" when behind a reverse proxy
bluecloud_webodv_http_port: 11112
# Set to true when https
bluecloud_webodv_ssl_client: false
bluecloud_webodv_ssl_client: "false"
bluecloud_webodv_settings_name: default
bluecloud_webodv_settings_path: /var/www/html/webodv/storage/app/settings
bluecloud_webodv_path_to_settings: settings_webodv

View File

@ -132,7 +132,7 @@ services:
SAME_SITE: {{ bluecloud_webodv_same_site }}
MAIL_PASSWORD: {{ bluecloud_webodv_smtp_password }}
DB_PASSWORD: {{ bluecloud_webodv_mysql_password }}
SSH_CLIENT: {{ bluecloud_webodv_ssl_client }}
SSH_CLIENT: "{{ bluecloud_webodv_ssl_client }}"
CLIENT_URL: {{ bluecloud_webodv_client_url }}
HTTP_PORT: {{ bluecloud_webodv_http_port }}
deploy: