mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
Add recipe for symfony-consul-bundle
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
consul:
|
||||
service:
|
||||
name: 'symfony-app'
|
||||
host: 'localhost'
|
||||
port: 8000
|
||||
client:
|
||||
base_uri: http://127.0.0.1:8500
|
||||
@@ -0,0 +1,2 @@
|
||||
consul_bundle:
|
||||
resource: "@ConsulBundle/Resources/config/routing.yml"
|
||||
8
akondas/symfony-consul-bundle/0.1/manifest.json
Normal file
8
akondas/symfony-consul-bundle/0.1/manifest.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"bundles": {
|
||||
"Akondas\\ConsulBundle\\ConsulBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user