mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-21 04:16:24 +03:00
50 lines
1.9 KiB
JSON
50 lines
1.9 KiB
JSON
{
|
|
"locks": {
|
|
"akondas/symfony-consul-bundle": {
|
|
"version": "0.1",
|
|
"recipe": {
|
|
"repo": "0.1",
|
|
"branch": "master",
|
|
"version": "0.1",
|
|
"ref": "f70a218d2bb5225160db926d47b148c142312b31"
|
|
}
|
|
}
|
|
},
|
|
"manifests": {
|
|
"akondas/symfony-consul-bundle": {
|
|
"repository": "github.com/symfony/recipes-contrib",
|
|
"package": "akondas/symfony-consul-bundle",
|
|
"version": "0.1",
|
|
"manifest": {
|
|
"bundles": {
|
|
"Akondas\\ConsulBundle\\ConsulBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"CONSUL_SERVICE_NAME": "symfony-app",
|
|
"CONSUL_SERVICE_HOST": "localhost",
|
|
"CONSUL_SERVICE_PORT": "8000",
|
|
"CONSUL_CLIENT_BASE_URI": "http://127.0.0.1:8500"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/routes/consul.yaml": {
|
|
"contents": "consul_bundle:\n resource: \"@ConsulBundle/Resources/config/routing.yml\"\n",
|
|
"executable": false,
|
|
"encoding": ""
|
|
},
|
|
"config/packages/consul.yaml": {
|
|
"contents": "consul:\n service:\n name: '%env(resolve:CONSUL_SERVICE_NAME)%'\n host: '%env(resolve:CONSUL_SERVICE_HOST)%'\n port: '%env(resolve:CONSUL_SERVICE_PORT)%'\n client:\n base_uri: '%env(resolve:CONSUL_CLIENT_BASE_URI)%'\n",
|
|
"executable": false,
|
|
"encoding": ""
|
|
}
|
|
},
|
|
"origin": "akondas/symfony-consul-bundle:0.1@github.com/symfony/recipes-contrib:master",
|
|
"is_contrib": true
|
|
}
|
|
}
|
|
} |