Skip to content

Commit

Permalink
Fix test registry config
Browse files Browse the repository at this point in the history
  • Loading branch information
oxpa committed Sep 4, 2024
1 parent 9ecd375 commit 0351b3a
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions examples/registry/s3config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,18 @@ log:
fields:
service: registry
storage:
storage:
s3:
bucket: "testme"
v4auth: "false"
region: "generic"
regionendpoint: "http://s3mock:9090"
secure: "false"
accesskey: "123"
secretkey: "123"
redirect:
disable: "true"
delete:
enable: "true"
s3:
bucket: "testme"
v4auth: "false"
region: "generic"
regionendpoint: "http://s3mock:9090"
secure: "false"
accesskey: "123"
secretkey: "123"
redirect:
disable: "true"
delete:
enable: "true"

http:
addr: :5000
Expand Down

0 comments on commit 0351b3a

Please sign in to comment.