Skip to content

Commit

Permalink
add default messenger transport
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Sep 19, 2023
1 parent ba0fd33 commit 1000eed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Config/ConfigFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ private static function getDefaultConfig(): array
'psx_dispatch' => 'index.php/',
'psx_connection' => 'pdo-sqlite://:memory:',
'psx_mailer' => 'native://default',
'psx_messenger' => 'in-memory://',
'psx_migration_namespace' => 'App\\Migrations',
'psx_cors_origin' => '*',
'psx_cors_headers' => ['Accept', 'Accept-Language', 'Authorization', 'Content-Language', 'Content-Type'],
Expand Down

0 comments on commit 1000eed

Please sign in to comment.