Files
archived-recipes-contrib/ekreative/health-check-bundle/1.5/post-install.txt
2021-08-30 13:06:45 +02:00

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