mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-15 17:16:29 +03:00
35 lines
1.2 KiB
JSON
35 lines
1.2 KiB
JSON
{
|
|
"manifests": {
|
|
"connectholland/uptime-robot-bundle": {
|
|
"manifest": {
|
|
"bundles": {
|
|
"ConnectHolland\\UptimeRobotBundle\\ConnecthollandUptimeRobotBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"UPTIMEROBOT_API_KEY": "api_key"
|
|
},
|
|
"post-install-output": [
|
|
" * Your Connect Holland Uptime Robot bundle installation is almost ready:",
|
|
" 1. Add your Uptime Robot Api Key to the .env file"
|
|
]
|
|
},
|
|
"files": {
|
|
"config/packages/connectholland_uptime_robot.yaml": {
|
|
"contents": [
|
|
"connectholland_uptime_robot:",
|
|
" api_key: '%env(string:UPTIMEROBOT_API_KEY)%'",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "cce5373677f7543c76cb8613e0fe529de4b3a5c8"
|
|
}
|
|
}
|
|
}
|