mirror of
https://github.com/minio/minio.git
synced 2024-12-26 15:15:55 -05:00
1f262daf6f
This is to ensure that there are no projects that try to import `minio/minio/pkg` into their own repo. Any such common packages should go to `https://github.com/minio/pkg`
8 lines
163 B
Plaintext
8 lines
163 B
Plaintext
port: 14225
|
|
net: localhost
|
|
|
|
tls {
|
|
cert_file: "./testdata/contrib/certs/nats_server_cert.pem"
|
|
key_file: "./testdata/contrib/certs/nats_server_key.pem"
|
|
}
|