mirror of
https://github.com/minio/minio.git
synced 2025-12-09 00:56:38 -05:00
fix: nats testdata relocation fix
This commit is contained in:
@@ -2,6 +2,6 @@ port: 14225
|
||||
net: localhost
|
||||
|
||||
tls {
|
||||
cert_file: "./testdata/certs/nats_server_cert.pem"
|
||||
key_file: "./testdata/certs/nats_server_key.pem"
|
||||
cert_file: "./testdata/contrib/certs/nats_server_cert.pem"
|
||||
key_file: "./testdata/contrib/certs/nats_server_key.pem"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user