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