chore: initial import for test contour with k3s CI

This commit is contained in:
sova-bootstrap
2026-05-28 12:09:28 +03:00
commit d77d0a872f
423 changed files with 35401 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
doctrine:
dbal:
default_connection: default
connections:
default:
schema_filter: ~^(?!.*_view$)~
url: '%env(resolve:DATABASE_URL)%'
# IMPORTANT: You MUST configure your server version,
# either here or in the DATABASE_URL env var (see .env file)
#server_version: '13'
bitrix:
url: '%env(resolve:DATABASE_BITRIX_URL)%'
orm:
result_cache_driver:
type: pool
pool: db_redis_cache_pool
auto_generate_proxy_classes: true
naming_strategy: doctrine.orm.naming_strategy.underscore_number_aware
auto_mapping: true
mappings:
App:
is_bundle: false
type: annotation
dir: '%kernel.project_dir%/src/Entity'
prefix: 'App\Entity'
alias: App