mirror of
https://github.com/laravel/laravel.git
synced 2025-02-20 11:53:14 +08:00
Uses env
on postmark email commented code as docs (#6350)
This commit is contained in:
parent
f12dd8de26
commit
9ec283d28e
@ -54,7 +54,7 @@ return [
|
|||||||
|
|
||||||
'postmark' => [
|
'postmark' => [
|
||||||
'transport' => 'postmark',
|
'transport' => 'postmark',
|
||||||
// 'message_stream_id' => null,
|
// 'message_stream_id' => env('POSTMARK_MESSAGE_STREAM_ID'),
|
||||||
// 'client' => [
|
// 'client' => [
|
||||||
// 'timeout' => 5,
|
// 'timeout' => 5,
|
||||||
// ],
|
// ],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user