[Redirectionio] Added recipies for 0.2

This commit is contained in:
Grégoire Pineau
2019-07-11 10:00:34 +02:00
parent 28ba8ada93
commit c180ee7404
2 changed files with 14 additions and 0 deletions
@@ -0,0 +1,6 @@
# 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
@@ -0,0 +1,8 @@
{
"bundles": {
"RedirectionIO\\Client\\ProxySymfony\\RedirectionIOBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}