SSH_CLIENT -> SSL_CLIENT.
This commit is contained in:
parent
79ed983eeb
commit
220fc81e2d
|
@ -130,7 +130,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 }}"
|
||||
SSL_CLIENT: "{{ bluecloud_webodv_ssl_client }}"
|
||||
CLIENT_URL: {{ bluecloud_webodv_client_url }}
|
||||
HTTP_PORT: {{ bluecloud_webodv_http_port }}
|
||||
deploy:
|
||||
|
|
Loading…
Reference in New Issue