diff options
author | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2017-08-08 03:13:42 -0700 |
---|---|---|
committer | Sébastien Determe <sd378r@intl.att.com> | 2017-08-08 12:36:14 +0000 |
commit | e63aa2efcd5dff2af82b39368d5989763c9cdd6f (patch) | |
tree | f21bb98216c4b9793befb876826e66bf421bb9a4 /src/main/resources/system.properties | |
parent | 5359df130922118780a7220353cf2bfb0325489d (diff) |
Rework of the designer UI (part4)
Rework of the designer UI (part4)
+ Modification of all Clamp configurations iin resource folder
Change-Id: I2adb7ad336c8d7decaed847cb167d1f125c10b0e
Issue-Id: CLAMP-1
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
Diffstat (limited to 'src/main/resources/system.properties')
-rw-r--r-- | src/main/resources/system.properties | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/main/resources/system.properties b/src/main/resources/system.properties index 25708247..9d6386f4 100644 --- a/src/main/resources/system.properties +++ b/src/main/resources/system.properties @@ -29,9 +29,9 @@ com.att.eelf.logging.file=classpath:/logback.xml com.att.eelf.logging.path=./ logging.config=classpath:/logback.xml - -#csiEnable value is false by default. If csiEnable property is set to true, audit and performance logs are send to the WMQ Queue -csiEnable=true -com.ibm.mq.cfg.useIBMCipherMappings=false - com.att.ajsc.app.prop.path=./ + +# +# JVM SSL/TLS properties +jdk.tls.client.protocols=TLSv1.1,TLSv1.2 +https.protocols=TLSv1.1,TLSv1.2 |