Files
neutrino-proxy/neutrino-proxy-client/src/main/resources/app.yml
T

31 lines
819 B
YAML

neutrino:
application:
name: neutrino-proxy-client
proxy:
logger:
level: ${LOG_LEVEL:info}
protocol:
max-frame-length: 2097152
length-field-offset: 0
length-field-length: 4
initial-bytes-to-strip: 0
length-adjustment: 0
read-idle-time: 8
write-idle-time: 3
all-idle-time-seconds: 8
client:
thread-count: 50
key-store-password: ${STORE_PASS:123456}
jks-path: ${JKS_PATH:classpath:/test.jks}
server-ip: ${SERVER_IP:localhost}
server-port: ${SERVER_PORT:9002}
ssl-enable: ${SSL_ENABLE:true}
obtain-license-interval: 5
license-key: ${LICENSE_KEY:}
client-id: ${CLIENT_ID:}
transfer-log-enable: ${CLIENT_LOG:false}
reconnection:
interval-seconds: 10
unlimited: false