Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
gabeta committed Jul 30, 2022
1 parent 9aa54f6 commit 3376c28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ php artisan vendor:publish --provider="Gabeta\CustomSmsChannels\CustomSmsChannel
'default' => env('CUSTOM_SMS_CHANNEL', 'sms_log'),

'preview' => [
'enable' => true,
'enable' => env('ENABLE_SMS_PREVIEW', true),

'domain' => null,

Expand Down
8 changes: 1 addition & 7 deletions config/custom-sms-channels.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,11 @@
'default' => env('CUSTOM_SMS_CHANNEL', 'sms_log'),

'preview' => [
'enable' => true,
'enable' => env('ENABLE_SMS_PREVIEW', true),

'domain' => null,

'path' => '/customs-sms-dashboard',

'broadcasting' => [
'host' => '0.0.0.0',

'port' => '6001'
]
],

'providers' => [
Expand Down

0 comments on commit 3376c28

Please sign in to comment.