瀏覽代碼

fixed wrong path of truststore

pull/730/head
benkuly 5 年之前
父節點
當前提交
f1ceb49ae2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      roles/matrix-bridge-sms/defaults/main.yml

+ 1
- 1
roles/matrix-bridge-sms/defaults/main.yml 查看文件

@@ -66,7 +66,7 @@ matrix_sms_bridge_configuration_yaml: |
# (optional) if you use a self signed certificate, you can add the public key here
{% if matrix_sms_bridge_provider_android_truststore_local_path %}
trustStore:
path: /data/config/matrix-sms-gateway-server.p12
path: /config/matrix-sms-gateway-server.p12
password: {{ matrix_sms_bridge_provider_android_truststore_password }}
type: PKCS12
{% endif %}


Loading…
取消
儲存