From c205fa88d0a7a9d3e1740d6254dec3c9926ec030 Mon Sep 17 00:00:00 2001 From: gac-x04sa Date: Mon, 18 Dec 2017 15:54:12 +0100 Subject: [PATCH] Startup --- config/jcae.properties | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 config/jcae.properties diff --git a/config/jcae.properties b/config/jcae.properties new file mode 100644 index 0000000..1cb52b8 --- /dev/null +++ b/config/jcae.properties @@ -0,0 +1,11 @@ +#Mon Dec 18 15:53:41 CET 2017 +ch.psi.jcae.ContextFactory.addressList= +ch.psi.jcae.ContextFactory.serverPort= +ch.psi.jcae.ContextFactory.maxArrayBytes=50000000 +ch.psi.jcae.ChannelFactory.retries=2 +ch.psi.jcae.ChannelFactory.timeout=1000 +ch.psi.jcae.impl.DefaultChannelService.retries=1 +ch.psi.jcae.impl.DefaultChannelService.timeout=1000 +ch.psi.jcae.ContextFactory.autoAddressList=true +ch.psi.jcae.ContextFactory.useShellVariables=true +ch.psi.jcae.ContextFactory.addLocalBroadcastInterfaces=false