Files

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</>