diff options
Diffstat (limited to 'bundleconfig-local/etc/sysprops/sys-props.properties')
-rw-r--r-- | bundleconfig-local/etc/sysprops/sys-props.properties | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/bundleconfig-local/etc/sysprops/sys-props.properties b/bundleconfig-local/etc/sysprops/sys-props.properties index a55e6ea..25725d9 100644 --- a/bundleconfig-local/etc/sysprops/sys-props.properties +++ b/bundleconfig-local/etc/sysprops/sys-props.properties @@ -1,4 +1,3 @@ -#Copyright (c) 2016 AT&T Intellectual Property. All rights reserved. #This file is used for defining AJSC system properties for different configuration schemes and is necessary for the AJSC to run properly. #The sys-props.properties file is used for running locally. The template.sys-props.properties file will be used when deployed #to a SOA/CSI Cloud node. @@ -53,8 +52,9 @@ SOA_CLOUD_ENV=false CONTINUE_ON_LISTENER_EXCEPTION=false #Jetty Container ThreadCount Configuration Variables -AJSC_JETTY_ThreadCount_MIN=1 +AJSC_JETTY_ThreadCount_MIN=10 AJSC_JETTY_ThreadCount_MAX=200 +AJSC_JETTY_BLOCKING_QUEUE_SIZE=200 AJSC_JETTY_IDLETIME_MAX=3000 #Camel Context level default threadPool Profile configuration @@ -112,5 +112,8 @@ RESTLET_COMPONENT_REUSE_ADDRESS=true #AJSC_EXTERNAL_PROPERTIES_FOLDERS=__basedir__/ajsc-shared-config/etc #End of AJSC System Properties -#Service System Properties. Please, place any Service related System Properties below. +# This is the default keystore password for the example keystore included in the test-config +# repository. It can be overwritten using the deploy.yaml env params +KEY_STORE_PASSWORD=OBF:1y0q1uvc1uum1uvg1pil1pjl1uuq1uvk1uuu1y10 +KEY_MANAGER_PASSWORD=OBF:1y0q1uvc1uum1uvg1pil1pjl1uuq1uvk1uuu1y10 |