Skip to content

Commit

Permalink
Update .env.local in README (#6)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
3 people authored Sep 28, 2023
1 parent 26fb922 commit c656650
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit c656650

Please sign in to comment.