mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-17 11:24:44 -07:00
This sort of just punts on the problem by not creating log files in the tests, but it seemed like the simplest solution.
12 lines
208 B
Plaintext
12 lines
208 B
Plaintext
# Copyright 2017 Apcera Inc. All rights reserved.
|
|
|
|
# Simple TLS config file
|
|
|
|
listen: localhost:-1
|
|
|
|
tls {
|
|
cert_file: "./configs/certs/server.pem"
|
|
key_file: "./configs/certs/key.pem"
|
|
timeout: 2
|
|
}
|