mirror of
https://github.com/YunoHost-Apps/synapse_ynh.git
synced 2024-09-03 20:26:38 +02:00
enable but default empty third party server to send confirmation code by SMS.
server run with this empty config maybe someone can test if it generates error with elements.
This commit is contained in:
parent
b8379fe2e0
commit
d47041f6bb
1 changed files with 1 additions and 1 deletions
|
@ -1359,7 +1359,7 @@ default_identity_server: __DEFAULT_IDENTITY_SERVER__
|
|||
# As email delegates is managed by the synapse server itself this email section is
|
||||
# not necessary but msisdn format is still composed by msisdn: <value> on a new line
|
||||
account_threepid_delegates:
|
||||
__ACCOUNT_THREEPID_DELEGATES_MSISDN__
|
||||
msisdn: __ACCOUNT_THREEPID_DELEGATES_MSISDN__
|
||||
#email: https://example.com # Delegate email sending to example.com
|
||||
#msisdn: http://localhost:8090 # Delegate SMS sending to this local process
|
||||
|
||||
|
|
Loading…
Reference in a new issue