Update 'config/bmail.php'
This commit is contained in:
parent
1d1b998a0b
commit
45739f0fc7
|
@ -1,8 +1,6 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'api_key' => env('BMAIL_API_KEY', null),
|
||||
'api_url' => env('BMAIL_API_URL', 'https://bluescale.email/api/project/template/send')
|
||||
|
||||
'api_url' => env('BMAIL_API_URL', null)
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue