mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-17 03:24:40 -07:00
18 lines
250 B
Plaintext
18 lines
250 B
Plaintext
|
|
# Simple TLS config file
|
|
|
|
port: 4443
|
|
net: apcera.me # net interface
|
|
|
|
tls {
|
|
cert_file: "./configs/certs/server.pem"
|
|
key_file: "./configs/certs/key.pem"
|
|
timeout: 0.5
|
|
}
|
|
|
|
authorization {
|
|
user: derek
|
|
password: buckley
|
|
timeout: 1
|
|
}
|