Commit 03ac635f authored by Kevin Di Lallo's avatar Kevin Di Lallo
Browse files

fixed minio secret accesskey

parent a37731c4
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -10,5 +10,6 @@ meep-oauth-gitlab:
  secret: "my-gitlab-secret"

meep-minio-objstore-config:
  accessKey: "my-access-key"
  accesskey: "my-access-key"
  secretkey: "my-secret-key"