mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
14 lines
356 B
YAML
14 lines
356 B
YAML
cmsig_seal:
|
|
schemas:
|
|
default:
|
|
dir: '%kernel.project_dir%/config/schemas'
|
|
engine: default
|
|
engines:
|
|
default:
|
|
adapter: '%env(resolve:SEAL_DSN)%'
|
|
|
|
when@test:
|
|
cmsig_seal:
|
|
# "TEST_TOKEN" is typically set by ParaTest
|
|
index_name_prefix: 'test_%env(default::TEST_TOKEN)%'
|