客户端服务端、日志优化

This commit is contained in:
aoshiguchen
2023-06-05 18:02:03 +08:00
parent a3b324c72b
commit 1510e16e50
9 changed files with 32 additions and 3 deletions
@@ -20,6 +20,7 @@ neutrino:
key-store-password: ${STORE_PASS:123456}
key-manager-password: ${MGR_PASS:123456}
jks-path: ${JKS_PATH:classpath:/test.jks}
transfer-log-enable: ${TUNNEL_LOG:false}
server:
boss-thread-count: 5
work-thread-count: 20
@@ -29,6 +30,7 @@ neutrino:
domain-name: ${DOMAIN_NAME:}
key-store-password: ${HTTPS_STORE_PASS:}
jks-path: ${HTTPS_JKS_PATH:}
transfer-log-enable: ${SERVER_LOG:false}
data:
db:
type: ${DB_TYPE:sqlite}