Files
symfony-flex-recipes-contrib/patchlevel/event-sourcing-bundle/3.6/config/packages/patchlevel_event_sourcing.yaml
T
David BaduraandGitHub 0b5732e89b upgrade recipe for patchlevel/event-sourcing 3.6 (#1727)
* upgrade recipe for patchlevel/event-sourcing 3.6

* fix typo in volumes
2024-12-10 21:28:38 +04:00

23 lines
613 B
YAML

patchlevel_event_sourcing:
aggregates: '%kernel.project_dir%/src'
events: '%kernel.project_dir%/src'
connection:
url: '%env(EVENTSTORE_URL)%'
provide_dedicated_connection: true
when@dev:
patchlevel_event_sourcing:
subscription:
catch_up: true
throw_on_error: true
run_after_aggregate_save: true
rebuild_after_file_change: true
auto_setup: true
when@test:
patchlevel_event_sourcing:
subscription:
catch_up: true
throw_on_error: true
run_after_aggregate_save: true