浏览代码

enable oauth

pull/513/head
joao-p-marques 6 年前
父节点
当前提交
c1bb4f680e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      roles/matrix-bridge-mx-puppet-slack/defaults/main.yml

+ 1
- 1
roles/matrix-bridge-mx-puppet-slack/defaults/main.yml 查看文件

@@ -68,7 +68,7 @@ matrix_mx_puppet_slack_configuration_yaml: |

# Slack OAuth settings. Create a slack app at https://api.slack.com/apps
oauth:
enabled: false
enabled: true
# Slack app credentials.
# N.B. This must be quoted so YAML wouldn't parse it as a float.
clientId: "{{ matrix_mx_puppet_slack_client_id }}"


正在加载...
取消
保存