mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
[Redirectionio] Added recipies for 0.2
This commit is contained in:
@@ -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%/"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user