Added recipes for coka/service-discovery-bundle (#1354)

This commit is contained in:
Cedrick Oka
2022-02-19 10:36:16 +01:00
committed by GitHub
parent ab5a1d0c45
commit 638cb77db4
2 changed files with 19 additions and 0 deletions
@@ -0,0 +1,11 @@
oka_service_discovery:
cache_id: cache.app
load_balancing_algorithm: 'round-robin'
dsn: 'php://array'
options:
# Put the options of catalog for the current registry
# services:
# localhost:
# - scheme: 'http'
# host: 127.0.0.1
# port: 80
@@ -0,0 +1,8 @@
{
"bundles": {
"Oka\\ServiceDiscoveryBundle\\OkaServiceDiscoveryBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}