mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
14 lines
424 B
Plaintext
14 lines
424 B
Plaintext
* You can add more doctrine/redis connections to your config in <fg=green>config/packages/ekreative_health_check.yaml</>
|
|
|
|
*. Add healthcheck firewall to <fg=green>config/security.yaml</> file
|
|
|
|
<comment>
|
|
security:
|
|
firewalls:
|
|
healthcheck:
|
|
pattern: ^/healthcheck
|
|
security: false
|
|
</>
|
|
|
|
* <fg=blue>Read</> the documentation at <comment>https://github.com/ekreative/health-check-bundle</>
|