Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titleconfig/settings.yml
 minio:
# if using
   endpoint: http://hcp.internal.example.edu
   public_host: http://hcp.external.example.edu # if different from endpoint
   access: <access key>
   secret: <secret key>

...