mirror of
https://github.com/symfony/recipes.git
synced 2026-09-19 19:16:25 +03:00
55 lines
2.2 KiB
JSON
55 lines
2.2 KiB
JSON
{
|
|
"locks": {
|
|
"blackfireio/blackfire-symfony-meta": {
|
|
"version": "1.0",
|
|
"recipe": {
|
|
"repo": "1.0",
|
|
"branch": "master",
|
|
"version": "1.0",
|
|
"ref": "fcf2e044bcd90c6f2f5a6c050645e77fb3bf31c7"
|
|
}
|
|
}
|
|
},
|
|
"manifests": {
|
|
"blackfireio/blackfire-symfony-meta": {
|
|
"repository": "github.com/symfony/recipes",
|
|
"package": "blackfireio/blackfire-symfony-meta",
|
|
"version": "1.0",
|
|
"manifest": {
|
|
"copy-from-recipe": {
|
|
".blackfire.yaml": ".blackfire.yaml"
|
|
},
|
|
"env": {
|
|
"#1": "Get your SERVER credentials at https://blackfire.io/my/settings/credentials",
|
|
"#2": "BLACKFIRE_SERVER_ID=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
|
|
"#3": "BLACKFIRE_SERVER_TOKEN=yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy"
|
|
},
|
|
"docker-compose": {
|
|
"docker-compose.override.yml": {
|
|
"services": [
|
|
"blackfire:",
|
|
" image: blackfire/blackfire:2",
|
|
" # uncomment to store Blackfire credentials in a local .env.local file",
|
|
" #env_file: .env.local",
|
|
" environment:",
|
|
" BLACKFIRE_LOG_LEVEL: 4",
|
|
" ports: [8307]"
|
|
]
|
|
}
|
|
},
|
|
"aliases": [
|
|
"blackfire"
|
|
]
|
|
},
|
|
"files": {
|
|
".blackfire.yaml": {
|
|
"contents": "scenarios: |\n #!blackfire-player\n\n scenario\n name \"Test homepage\"\n visit url('/')\n expect status_code() == 200\n",
|
|
"executable": false,
|
|
"encoding": ""
|
|
}
|
|
},
|
|
"origin": "blackfireio/blackfire-symfony-meta:1.0@github.com/symfony/recipes:master",
|
|
"is_contrib": false
|
|
}
|
|
}
|
|
} |