Files
symfony-flex-recipes-contrib/redirectionio.proxy-symfony.0.2.json
github-action botandgithub-action bot 06af7d5f81 Update Flex endpoint
2021-09-23 10:31:54 +00:00

32 lines
1.1 KiB
JSON

{
"manifests": {
"redirectionio/proxy-symfony": {
"manifest": {
"bundles": {
"RedirectionIO\\Client\\ProxySymfony\\RedirectionIOBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/redirectionio.yaml": {
"contents": [
"# Documentation: https://github.com/redirectionio/proxy-symfony",
"redirection_io:",
" project_key: FIXME",
" connections:",
" my_agent: tcp://127.0.0.1:10301",
" # another_agent: unix:///var/run/redirectionio.sock",
""
],
"executable": false
}
},
"ref": "9bcaef9a03d6f49a93b342cd87045688a04b7316"
}
}
}