From e2656a0af19d929fbce6df19d7c69c129f400d55 Mon Sep 17 00:00:00 2001 From: jundis Date: Wed, 26 Oct 2016 17:40:18 -0500 Subject: [PATCH] Set usecwname default 1 to. Only non-MySQL will need it at 0. --- config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.php b/config.php index e4540f6..9a645e8 100644 --- a/config.php +++ b/config.php @@ -46,7 +46,7 @@ //cwlsack-notes.php $slacknotestoken = "Slack Token Here"; //Set your token for the notes slash command -$usecwname = 0; //If set to 1, it will create tickets using the user's slack name. Command will fail if their slack name is not the same as connectwise name. +$usecwname = 1; //If set to 1, it will create tickets using the user's slack name. Command will fail if their slack name is not the same as connectwise name. //cwslack-configs.php $slackconfigstoken = "Slack Token Here"; //Set your token for the configs slash command