Add some sample of configuration for the new version of the bundle (#1653)

This commit is contained in:
Maxime Veber
2024-08-06 13:14:52 +02:00
committed by GitHub
parent 6920ee6533
commit 118b3e1805
2 changed files with 14 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
# By default, the bundle will be active on all connections registered,
# but you can specify explicitly which connections it should be enabled on.
# Defaults to empty array []
#biig_domain:
# entity_managers: ['default']

View File

@@ -0,0 +1,8 @@
{
"bundles": {
"Biig\\Component\\Domain\\Integration\\Symfony\\DomainBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}