application-pro.properties.template 767 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_PLAINTEXT_USERNAME}
spring.datasource.password=${_SPUG_DATASOURCE_PLAINTEXT_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=${_SPUG_GLOBAL_CONFIG_MALL_IDS}
strictModeAttentionSecond=${_SPUG_GLOBAL_CONFIG_ATTENTION_SECOND}

jasypt.encryptor.password=${_SPUG_DATASOURCE_JASYPT_ENCRYPTOR_PASSWORD}