From 2a244609a08a3ad17ced4dba911fdfa994b29f2e Mon Sep 17 00:00:00 2001 From: Gleb Kanterov Date: Tue, 16 Jun 2020 11:14:18 +0200 Subject: [PATCH] Update .env.local in README Now when we support S3, use settings compatible with Flyte sandbox --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 953628e55..2e20f9537 100644 --- a/README.md +++ b/README.md @@ -40,8 +40,11 @@ We don't publish artifacts yet, but you can build 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://flyteorg FLYTE_PLATFORM_INSECURE=True ```