chore: initial import for test contour with k3s CI
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user