Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 7acf18281c10a4c25a0f525a368a7911e70c1adf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
The use of the TimeServiceHost.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.

Back to the top