Browse Source

misc: added quotes for slack config

pull/283/head
Nicolas Giard 7 years ago
committed by GitHub
parent
commit
54107d5041
1 changed files with 2 additions and 2 deletions
  1. 4
      config.sample.yml

4
config.sample.yml

@ -79,8 +79,8 @@ auth:
clientSecret: GITHUB_CLIENT_SECRET
slack:
enabled: false
clientId: SLACK_CLIENT_ID
clientSecret: SLACK_CLIENT_SECRET
clientId: 'SLACK_CLIENT_ID'
clientSecret: 'SLACK_CLIENT_SECRET'
ldap:
enabled: false
url: ldap://serverhost:389

Loading…
Cancel
Save