From 54107d5041f3a346fce8f9bd1d35392b43d65739 Mon Sep 17 00:00:00 2001 From: Nicolas Giard Date: Sat, 21 Oct 2017 21:18:49 -0400 Subject: [PATCH] misc: added quotes for slack config --- config.sample.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.sample.yml b/config.sample.yml index 2b96dac6..aa1e7c0a 100644 --- a/config.sample.yml +++ b/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