Skip to content

Commit

Permalink
#47: Pass $allowedBlckCodes to the syncer.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamfranco committed Nov 25, 2024
1 parent f4a4f51 commit b29b40e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ services:
arguments:
$errorMailTo: '%env(SYNC_ERROR_MAIL_TO)%'
$errorMailFrom: '%env(SYNC_ERROR_MAIL_FROM)%'
App\Service\CatalogSync\Syncer\OciSyncer:
arguments:
$allowedBlckCodes:
- "CC"
App\Service\CatalogSync\Database\Destination\PdoDestinationDatabase:
arguments:
$dsn: '%env(SYNC_DESTINATION_DSN)%'
Expand Down

0 comments on commit b29b40e

Please sign in to comment.