middleware_agent/src/main/resources/application-user.properties

29 lines
600 B
Properties

# common :
common.token-expired-of-seconds=600
common.allow-passwd-retry-times=3
common.show-sql-command=false
common.locale=zh_CN
# protocol:
protocol.check-timestamp=true
protocol.timeout-of-seconds=600
protocol.crypto-type=0
#crypto-key: 12354
# Platform Service
# Manager Platform URL
service.platform-url=http://xajhuang.com:1300
# APPID
service.platform-appid=appid
# cluster name
service.platform-cluster=cluster
# HTTP Request timeout of seconds
service.request-timeout=5
# threads pool
thread.core-pool-size=5
thread.max-pool-size=10
thread.queue-capacity=25
thread.name-prefix=Async-