Skip to content

Commit

Permalink
add messenger env
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Sep 23, 2023
1 parent 937f396 commit 88a3c40
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@
// https://symfony.com/doc/current/mailer.html#using-built-in-transports
'psx_mailer' => env('APP_MAILER')->string(),

// Messenger transport configuration
// https://symfony.com/doc/current/messenger.html#transports-async-queued-messages
'psx_messenger' => env('APP_MESSENGER')->string(),

'psx_migration_namespace' => 'App\\Migrations',

'psx_log_level' => Logger::ERROR,
Expand Down

0 comments on commit 88a3c40

Please sign in to comment.