From e9c169b847b66969495add09cb044788189ac2ef Mon Sep 17 00:00:00 2001 From: gac-x04sa Date: Fri, 12 Jan 2018 11:36:59 +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..3962b58 --- /dev/null +++ b/config/jcae.properties @@ -0,0 +1,11 @@ +#Mon Dec 18 15:54:40 CET 2017 +ch.psi.jcae.ContextFactory.addressList= +ch.psi.jcae.ContextFactory.serverPort= +ch.psi.jcae.ContextFactory.maxArrayBytes=20000000 +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