Skip to content

Commit

Permalink
Update MINIO env var keys
Browse files Browse the repository at this point in the history
MINIO now uses MINIO_ROOT_USER and MINIO_ROOT_PASSWORD
  • Loading branch information
iwittkau committed Dec 19, 2021
1 parent 4a6b618 commit ebcee6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const (

devVersion = "dev"

envTemplate = "MINIO_ACCESS_KEY=%s\nMINIO_SECRET_KEY=%s\n"
envTemplate = "MINIO_ROOT_USER=%s\nMINIO_ROOT_PASSWORD=%s\n"

about = `minio-keygen (%s, %s)
Generates a MinIO access key and secret.You can redirect the output into an .env file.
Expand Down

0 comments on commit ebcee6c

Please sign in to comment.