git subrepo clone (merge) --branch=v3.6.1 https://github.com/nats-io/nats.c.git deps/nats.c
subrepo: subdir: "deps/nats.c" merged: "66cec7f" upstream: origin: "https://github.com/nats-io/nats.c.git" branch: "v3.6.1" commit: "66cec7f" git-subrepo: version: "0.4.6" commit: "b8b46501e"
This commit is contained in:
15
deps/nats.c/test/tls_noip.conf
vendored
Normal file
15
deps/nats.c/test/tls_noip.conf
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
# 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
|
||||
}
|
||||
|
Reference in New Issue
Block a user