mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
12 lines
230 B
YAML
12 lines
230 B
YAML
health_check:
|
|
path: '/health'
|
|
secret: '%env(HEALTH_CHECK_SECRET)%'
|
|
header: 'Authorization'
|
|
timeout: 5
|
|
cache:
|
|
enabled: true
|
|
ttl: 300
|
|
checks:
|
|
doctrine: true
|
|
asset_mapper: true
|