Skip to content

Commit

Permalink
Set usecwname default 1 to. Only non-MySQL will need it at 0.
Browse files Browse the repository at this point in the history
  • Loading branch information
jundis committed Oct 26, 2016
1 parent 83f1f1f commit e2656a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e2656a0

Please sign in to comment.