Skip to content

Commit

Permalink
Tidy up config file
Browse files Browse the repository at this point in the history
  • Loading branch information
maknz committed Jan 9, 2015
1 parent 5d7a7c5 commit ac1313a
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions src/config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,20 @@
|-------------------------------------------------------------
|
| The default channel we should post to. The channel can either be a
| channel like #general, a private #group, or a @username.
| channel like #general, a private #group, or a @username. Set to
| null to use the default set on the Slack webhook
|
*/

'channel' => null,
'channel' => '#general',

/*
|-------------------------------------------------------------
| Default username
|-------------------------------------------------------------
|
| The default username we should post as
| The default username we should post as. Set to null to use
| the default set on the Slack webhook
|
*/

Expand All @@ -44,7 +46,8 @@
|-------------------------------------------------------------
|
| The default icon to use. This can either be a URL to an image or Slack
| emoji like :ghost: or :heart_eyes:
| emoji like :ghost: or :heart_eyes:. Set to null to use the default
| set on the Slack webhook
|
*/

Expand Down

0 comments on commit ac1313a

Please sign in to comment.