Update config/bot.php

This commit is contained in:
Benjamyn Love 2023-10-09 00:30:41 -04:00
parent 071e2140b8
commit 5d8ceb354b

View File

@ -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', ''),
]; ];