diff --git a/coka/service-discovery-bundle/1.0/config/packages/oka_service_discovery.yaml b/coka/service-discovery-bundle/1.0/config/packages/oka_service_discovery.yaml new file mode 100644 index 00000000..1facacf8 --- /dev/null +++ b/coka/service-discovery-bundle/1.0/config/packages/oka_service_discovery.yaml @@ -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 diff --git a/coka/service-discovery-bundle/1.0/manifest.json b/coka/service-discovery-bundle/1.0/manifest.json new file mode 100644 index 00000000..9ceaff05 --- /dev/null +++ b/coka/service-discovery-bundle/1.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Oka\\ServiceDiscoveryBundle\\OkaServiceDiscoveryBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}