Use |to_json for matrix_mx_puppet_slack_oauth_client_secret
This commit is contained in:
parent
7ae70c27e6
commit
fce190099a
@ -21,7 +21,7 @@ oauth:
|
||||
# Slack app credentials.
|
||||
# N.B. This must be quoted so YAML does not parse it as a float.
|
||||
clientId: '{{ matrix_mx_puppet_slack_oauth_client_id }}'
|
||||
clientSecret: '{{ matrix_mx_puppet_slack_oauth_client_secret }}'
|
||||
clientSecret: {{ matrix_mx_puppet_slack_oauth_client_secret|to_json }}
|
||||
# Path where to listen for OAuth redirect callbacks.
|
||||
redirectPath: {{ matrix_mx_puppet_slack_redirect_path }}
|
||||
# Set up proxying from https://your.domain/redirect_path to http://bindAddress:port/redirect_path,
|
||||
|
Loading…
Reference in New Issue
Block a user