Update 'config/bmail.php'

This commit is contained in:
2020-05-07 15:38:12 +02:00
parent 2f2074b904
commit 1d1b998a0b

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