From b2c6a2e4fbef7ad0dc2ebf3c5e0d00c04125f03e Mon Sep 17 00:00:00 2001 From: Malte Poll <1780588+malt3@users.noreply.github.com> Date: Mon, 24 Feb 2025 13:56:05 +0100 Subject: [PATCH] README: improve config example --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8e513e3..32c62ea 100644 --- a/README.md +++ b/README.md @@ -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",