Update 'config/bmail.php'

This commit is contained in:
Maxime 2020-05-07 15:38:12 +02:00
parent 2f2074b904
commit 1d1b998a0b
1 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,6 @@
return [
'api_key' => env('BMAIL_API_KEY', null),
'api_url' => env('BMAIL_API_URL', null)
'api_url' => env('BMAIL_API_URL', 'https://bluescale.email/api/project/template/send')
];