Skip to content

Commit c656650

Browse files
kanterovhonnixsbrunk
authored
Update .env.local in README (#6)
* Update .env.local in README Now when we support S3, use settings compatible with Flyte sandbox Signed-off-by: Hongxin Liang <[email protected]> * Update README.md Co-authored-by: Sören Brunk <[email protected]> Signed-off-by: Hongxin Liang <[email protected]> --------- Signed-off-by: Hongxin Liang <[email protected]> Co-authored-by: Honnix <[email protected]> Co-authored-by: Sören Brunk <[email protected]>
1 parent 26fb922 commit c656650

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,11 @@ You can build und run examples yourself.
5454
Create `.env.local` with:
5555

5656
```bash
57-
FLYTE_PLATFORM_URL=flyte.local:81
58-
FLYTE_STAGING_LOCATION=gs://yourbucket
57+
FLYTE_PLATFORM_URL=localhost:30081
58+
FLYTE_AWS_ENDPOINT=http://localhost:30084
59+
FLYTE_AWS_ACCESS_KEY_ID=minio
60+
FLYTE_AWS_SECRET_ACCESS_KEY=miniostorage
61+
FLYTE_STAGING_LOCATION=s3://my-s3-bucket
5962
FLYTE_PLATFORM_INSECURE=True
6063
```
6164

0 commit comments

Comments
 (0)