<bg=blue;fg=white>                                                </>
<bg=blue;fg=white> Next: EkreativeHealthCheckBundle Configuration </>
<bg=blue;fg=white>                                                </>

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