Merge pull request #83 from DerStoffel/broadway

This commit is contained in:
Symfony
2017-09-17 08:35:49 -07:00
committed by GitHub
2 changed files with 12 additions and 0 deletions
@@ -0,0 +1,7 @@
broadway:
event_store:
dbal:
enabled: true
connection: 'default'
table: 'events'
use_binary: true
@@ -0,0 +1,5 @@
{
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}