Convert project from AJSC to Spring Boot
[aai/model-loader.git] / src / main / resources / application.properties
1 # Note that the start.sh script sets the following System Properties
2 # We provide default values here for testing purposes
3 AJSC_HOME=.
4 CONFIG_HOME=appconfig-local
5 com.att.eelf.logging.path=src/main/resources
6 com.att.eelf.logging.file=logback.xml
7 logback.configurationFile=${com.att.eelf.logging.path}/${com.att.eelf.logging.file}
8
9 server.port=9500
10 #server.ssl.key-store=
11 #server.ssl.key-store-password=
12 #server.ssl.keyStoreType=
13 #server.ssl.keyAlias=
14
15 server.tomcat.max-threads=200
16 # The minimum number of threads always kept alive
17 server.tomcat.min-spare-threads=25
18
19 # Spring Boot logging
20 logging.config=${logback.configurationFile}