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

11 lines
257 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.

#由服务端生成的key
client.key=client
#ssl是否开启配置应与服务端一致
ssl.enable=false
ssl.jksPath=test.jks
ssl.keyStorePassword=123456
#服务端的ip
server.host=127.0.0.1
#服务端的端口
#default ssl port is 4993
server.port=4900