Skip to content

Commit

Permalink
fix mc config
Browse files Browse the repository at this point in the history
  • Loading branch information
manegron committed Oct 15, 2024
1 parent cc0aea2 commit 26d47f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/templates/mc_config.json.erb
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"api": "S3v4",
"path": "auto"
},
<%= @managers_with_mino.each do |m| %>
<% @managers_with_mino.each do |m| %>
"<%= m %>": {
"url": "<%= "http://#{m}.#{node['redborder']['cdomain']}:#{node['minio']['port']}"%>",
"url": "<%= "http://#{m}.#{node['redborder']['cdomain']}:#{node['minio']['port']}" %>",
"accessKey": "<%= @s3_user %>",
"secretKey": "<%= @s3_password %>",
"api": "s3v4",
Expand Down

0 comments on commit 26d47f3

Please sign in to comment.