Add recipe for symfony-consul-bundle

This commit is contained in:
Arkadiusz Kondas
2020-03-28 09:20:47 +01:00
parent e2adce60e8
commit dcfcd06cd7
3 changed files with 17 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
consul:
service:
name: 'symfony-app'
host: 'localhost'
port: 8000
client:
base_uri: http://127.0.0.1:8500

View File

@@ -0,0 +1,2 @@
consul_bundle:
resource: "@ConsulBundle/Resources/config/routing.yml"

View File

@@ -0,0 +1,8 @@
{
"bundles": {
"Akondas\\ConsulBundle\\ConsulBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}