mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
14 lines
309 B
YAML
14 lines
309 B
YAML
schranz_search:
|
|
schemas:
|
|
default:
|
|
dir: '%kernel.project_dir%/config/schemas'
|
|
engines:
|
|
default:
|
|
adapter: '%env(SEAL_DSN)%'
|
|
when@test:
|
|
schranz_search:
|
|
engines:
|
|
default:
|
|
adapter: 'memory://'
|
|
index_name_prefix: test_
|