nats.zig/deps/nats.c/test/tls_noip.conf

16 lines
233 B
Plaintext
Raw Normal View History

# Simple TLS config file
port: 4443
net: "0.0.0.0"
tls {
# Server cert
cert_file: "certs/server-noip.pem"
# Server private key
key_file: "certs/server-key-noip.pem"
# Increase timeout for valgrind tests
timeout: 2
}