Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
hakam_multi_tenancy:
tenant_database_className: App\Entity\Main\TenantDbConfig
tenant_database_identifier: id
tenant_connection:
url: "%env(resolve:TENANT_DEFAULT_DATABASE_URL)%"
tenant_migration:
tenant_migration_namespace: DoctrineMigrations\Tenant
tenant_migration_path: migrations/Tenant
tenant_entity_manager:
mapping:
type: attribute
dir: "%kernel.project_dir%/src/Entity/Tenant"
prefix: App\Entity\Tenant
alias: Tenant
14 changes: 14 additions & 0 deletions hakam/multi-tenancy-bundle/2.9/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"bundles": {
"Hakam\\MultiTenancyBundle\\HakamMultiTenancyBundle": ["all"]
},
"env": {
"TENANT_DEFAULT_DATABASE_URL": "postgresql://postgres:[email protected]:5432/postgres"
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/",
"src/": "%SRC_DIR%/",
"migrations/": "migrations/"
}
}

Empty file.
Empty file.
Empty file.
Empty file.