mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
Registers TreblleBundle, copies a minimal treblle.yaml config pointing at TREBLLE_SDK_TOKEN and TREBLLE_API_KEY env vars, and injects those two variables into .env on install.
13 lines
229 B
JSON
13 lines
229 B
JSON
{
|
|
"bundles": {
|
|
"Treblle\\Symfony\\TreblleBundle": ["all"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"TREBLLE_SDK_TOKEN": "",
|
|
"TREBLLE_API_KEY": ""
|
|
}
|
|
}
|