mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
add new version bundle SymfonyHealthCheckBundle config (#1341)
* add new version bundle SymfonyHealthCheckBundle config * add new version bundle SymfonyHealthCheckBundle config
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
symfony_health_check:
|
||||
health_checks:
|
||||
- id: symfony_health_check.status_up_check
|
||||
ping_checks:
|
||||
- id: symfony_health_check.status_up_check
|
||||
@@ -0,0 +1,2 @@
|
||||
health_check:
|
||||
resource: '@SymfonyHealthCheckBundle/Resources/config/routes.xml'
|
||||
8
macpaw/symfony-health-check-bundle/1.0/manifest.json
Normal file
8
macpaw/symfony-health-check-bundle/1.0/manifest.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"bundles": {
|
||||
"SymfonyHealthCheckBundle\\SymfonyHealthCheckBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
}
|
||||
19
macpaw/symfony-health-check-bundle/1.0/post-install.txt
Normal file
19
macpaw/symfony-health-check-bundle/1.0/post-install.txt
Normal file
@@ -0,0 +1,19 @@
|
||||
<bg=blue;fg=white> </>
|
||||
<bg=blue;fg=white> Next: Symfony Health Check Bundle Configuration </>
|
||||
<bg=blue;fg=white> </>
|
||||
|
||||
*. Add healthcheck firewall to <fg=green>config/security.yaml</> file
|
||||
|
||||
<comment>
|
||||
security:
|
||||
firewalls:
|
||||
healthcheck:
|
||||
pattern: ^/health
|
||||
security: false
|
||||
ping:
|
||||
pattern: ^/ping
|
||||
security: false
|
||||
</>
|
||||
|
||||
* <fg=blue>Read</> the documentation at <comment>https://github.com/MacPaw/symfony-health-check-bundle</>
|
||||
* <fg=blue>Read</> the upgrade documentation at <comment>https://github.com/MacPaw/symfony-health-check-bundle/blob/develop/UPGRADE-1.0.md</>
|
||||
Reference in New Issue
Block a user