From c656650fce923c2b3a82d51f1c23071c9fd0e8b2 Mon Sep 17 00:00:00 2001 From: Gleb Kanterov Date: Thu, 28 Sep 2023 19:30:37 +0200 Subject: [PATCH] Update .env.local in README (#6) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update .env.local in README Now when we support S3, use settings compatible with Flyte sandbox Signed-off-by: Hongxin Liang * Update README.md Co-authored-by: Sören Brunk Signed-off-by: Hongxin Liang --------- Signed-off-by: Hongxin Liang Co-authored-by: Honnix Co-authored-by: Sören Brunk --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c847e134f..f09c9ea83 100644 --- a/README.md +++ b/README.md @@ -54,8 +54,11 @@ You can build und run examples yourself. Create `.env.local` with: ```bash -FLYTE_PLATFORM_URL=flyte.local:81 -FLYTE_STAGING_LOCATION=gs://yourbucket +FLYTE_PLATFORM_URL=localhost:30081 +FLYTE_AWS_ENDPOINT=http://localhost:30084 +FLYTE_AWS_ACCESS_KEY_ID=minio +FLYTE_AWS_SECRET_ACCESS_KEY=miniostorage +FLYTE_STAGING_LOCATION=s3://my-s3-bucket FLYTE_PLATFORM_INSECURE=True ```