Skip to content

Commit

Permalink
README: improve config example
Browse files Browse the repository at this point in the history
  • Loading branch information
malt3 committed Feb 24, 2025
1 parent fb76678 commit b2c6a2e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,13 +178,15 @@ You can override the config file location using the `$CREDENTIAL_HELPER_CONFIG_F
"scheme": "https",
"host": "github.com",
"path": "/tweag/*",
"helper": "github"
"helper": "github",
"read_config_file": false
},
{
"scheme": "https",
"host": "files.acme.corp",
"path": "*.tar.gz"
"helper": "s3"
"path": "*.tar.gz",
"helper": "s3",
"region": "us-east-1"
},
{
"host": "*.oci.acme.corp",
Expand Down

0 comments on commit b2c6a2e

Please sign in to comment.