minio / kes

Key Managament Server for Object Storage and more
https://min.io/docs/kes/concepts/
GNU Affero General Public License v3.0
456 stars 95 forks source link

cmd: server should use default addr if none is specified #420

Closed aead closed 10 months ago

aead commented 10 months ago

With this commit, the server uses the default addr 0.0.0.0:7373 if none is specified on the command line nor within the config file.

allanrogerr commented 10 months ago

Tested - works. LGTM