Skip to content

Commit

Permalink
Enable provisioning API in bridges
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Aug 11, 2023
1 parent 7e9c4b3 commit f7c6d38
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bridgeconfig/discord.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ bridge:
prefix: /_matrix/provision
# Shared secret for authentication. If set to "generate", a random secret will be generated,
# or if set to "disable", the provisioning API will be disabled.
shared_secret: generate
shared_secret: {{ .ProvisioningSecret }}

# Permissions for using the bridge.
# Permitted values:
Expand Down
2 changes: 1 addition & 1 deletion bridgeconfig/gmessages.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ bridge:
prefix: /_matrix/provision
# Shared secret for authentication. If set to "generate", a random secret will be generated,
# or if set to "disable", the provisioning API will be disabled.
shared_secret: generate
shared_secret: {{ .ProvisioningSecret }}

# Permissions for using the bridge.
# Permitted values:
Expand Down
2 changes: 1 addition & 1 deletion bridgeconfig/whatsapp.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ bridge:
prefix: /_matrix/provision
# Shared secret for authentication. If set to "generate", a random secret will be generated,
# or if set to "disable", the provisioning API will be disabled.
shared_secret: disable
shared_secret: {{ .ProvisioningSecret }}

# Permissions for using the bridge.
# Permitted values:
Expand Down

0 comments on commit f7c6d38

Please sign in to comment.