Ordered alphabetically

This commit is contained in:
Azra Sulthana
2019-07-11 06:48:44 +00:00
parent 3cfc6ad1a1
commit 6de244cb71

View File

@@ -10,29 +10,30 @@ atl_catalina_opts_extra: >-
-XX:+PrintTenuringDistribution
-Dfile.encoding=UTF-8
atl_tomcat_mgmt_port: "8020"
atl_tomcat_acceptcount: "10"
atl_tomcat_connectiontimeout: "20000"
atl_tomcat_contextpath: ""
atl_tomcat_enablelookups: "false"
atl_tomcat_port: "8080"
atl_tomcat_maxthreads: "200"
atl_tomcat_minsparethreads: "10"
atl_tomcat_port: "8080"
atl_tomcat_redirectport: "8443"
atl_tomcat_secure: "true"
atl_tomcat_scheme: "http"
atl_proxy_port: "443"
atl_tomcat_mgmt_port: "8020"
atl_tomcat_protocol: "HTTP/1.1"
atl_tomcat_contextpath: ""
atl_tomcat_redirectport: "8443"
atl_tomcat_scheme: "http"
atl_tomcat_secure: "true"
atl_proxy_port: "443"
atl_db_poolminsize: '20'
atl_db_poolmaxsize: '100'
atl_db_minidle: '10'
atl_db_maxidle: '20'
atl_db_poolminsize: '20'
atl_db_poolmaxsize: '100'
atl_db_maxwaitmillis: '30000'
atl_db_timebetweenevictionrunsmillis: '30000'
atl_db_minevictableidletimemillis: '5000'
atl_db_removeabandoned: 'true'
atl_db_removeabandonedtimeout: '300'
atl_db_testwhileidle: 'true'
atl_db_testonborrow: 'false'
atl_db_timebetweenevictionrunsmillis: '30000'