Update config/bot.php
This commit is contained in:
parent
071e2140b8
commit
5d8ceb354b
@ -2,5 +2,5 @@
|
|||||||
|
|
||||||
return [
|
return [
|
||||||
'webhook' => env('BOT_SLACK_WEBHOOK_URL', ''),
|
'webhook' => env('BOT_SLACK_WEBHOOK_URL', ''),
|
||||||
'header_auth' => env('BOT_SLACK_WEBHOOK_URL', ''),
|
'header_auth' => env('BOT_X_BOTAUTH', ''),
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user