blob: 6ccadc9d7eba29109a30aff9cc1bc6486b92054b [file] [log] [blame]
The use of the TimeServiceConosumer.generic.etc.product relies on the presence of the
org.eclipse.ecf.provider.etcd discovery provider. This bundle is available
here: https://github.com/ECF/etcd-provider/tree/master/bundles/org.eclipse.ecf.provider.etcd
It also assumes that an etcd server is running on localhost at port 2379. The system properties
in the product config are currently set to localhost and port 2379 via:
-Decf.discovery.etcd.hostname=localhost
-Decf.discovery.etcd.port=2379
These can be changed in the product config or the generated launch config if desired to
point at some other etcd server.