testFlow/ui/page/nats/tls.conf
Wyle.Gong-巩文昕 7a1aae1e2f ui
2025-04-23 11:21:08 +08:00

9 lines
119 B
Plaintext

port: 4222
websocket: {
port: 443
tls: {
cert_file: "../certs/cert.pem"
key_file: "../certs/key.pem"
}
}