Merge pull request #696

This commit is contained in:
symfony-flex-server[bot]
2019-07-11 14:09:12 +00:00
committed by GitHub
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%/"
}
}