Add recipe for redirection.io proxy

This commit is contained in:
Quentin Brunet
2018-06-07 16:21:28 +02:00
parent 7ef58a1112
commit 9f256c4a5d
2 changed files with 13 additions and 0 deletions
@@ -0,0 +1,5 @@
# Documentation: https://github.com/redirectionio/proxy-symfony
redirection_io:
connections:
my_agent: tcp://127.0.0.1:20301
# another_agent: unix:///var/run/redirectionio.sock
@@ -0,0 +1,8 @@
{
"bundles": {
"RedirectionIO\\Client\\ProxySymfony\\RedirectionIOBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}