nwct/proxy-server/target/classes/config.properties

18 lines
472 B
Properties
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

server.bind=0.0.0.0
server.port=4900
# 服务启动接收请求端口4900
# ssl是否开启默认不开启
server.ssl.enable=false
server.ssl.bind=0.0.0.0
server.ssl.port=4993
server.ssl.jksPath=test.jks
server.ssl.keyStorePassword=123456
server.ssl.keyManagerPassword=123456
server.ssl.needsClientAuth=false
# 8090服务端启动访问端口账号密码
config.server.bind=0.0.0.0
config.server.port=8090
config.admin.username=admin
config.admin.password=qq755141