application-pro.properties.template 690 Bytes
debug=false
server.max-http-header-size=102400
################################## DATABASE ########################################
spring.datasource.url=jdbc:${_SPUG_DATASOURCE_NAME}://${_SPUG_DATASOURCE_IP}/${_SPUG_DATASOURCE_DATABASE}
spring.datasource.username=${_SPUG_DATASOURCE_USERNAME}
spring.datasource.password=${_SPUG_DATASOURCE_PASSWORD}
spring.datasource.driver-class-name=${_SPUG_DATASOURCE_CLASSNAME}

server.port=${SERVICE_SERVER_PORT}
thread.core.pool.size=20
thread.max.pool.size=40
attention.time.threshold=30
reid.person.batch.mall=11253
strictModeMallIds=12371,13661
strictModeAttentionSecond=20

jasypt.encryptor.password=${_SPUG_DATASOURCE_JASYPT_ENCRYPTOR_PASSWORD}