-
Notifications
You must be signed in to change notification settings - Fork 0
/
fnacdarty.health-checker.1.0.json
43 lines (43 loc) · 1.54 KB
/
fnacdarty.health-checker.1.0.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"manifests": {
"fnacdarty/health-checker": {
"manifest": {
"bundles": {
"FnacDarty\\HealthChecker\\HealthCheckerBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%"
},
"env": {
"#1": "Configuration information is available at ",
"#2": "https://gitlab.com/fnacdarty/fdps/dev/common/marchandisesphp/bundles/health-checker",
"HEALTH_CHECKER_ENDPOINT": "/_service/ok.php"
}
},
"files": {
"config/packages/health_checker.yaml": {
"contents": [
"health_checker:",
" response:",
" code: 200",
" content: pong",
" endpoint: '%env(HEALTH_CHECKER_ENDPOINT)%'",
""
],
"executable": false
},
"config/routes/health_checker.yaml": {
"contents": [
"_health_checker:",
" resource: '@HealthCheckerBundle/Resources/config/routes.yaml'",
""
],
"executable": false
}
},
"ref": "54dfa8303b5829b564a5f9d4dd3593a64aa26424"
}
}
}