Skip to content

Commit

Permalink
Update .env.local in README
Browse files Browse the repository at this point in the history
Now when we support S3, use settings compatible with Flyte sandbox

Signed-off-by: Hongxin Liang <[email protected]>
  • Loading branch information
kanterov authored and honnix committed Sep 28, 2023
1 parent 8c41f6b commit 788d7c9
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 @@ -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
```

Expand Down

0 comments on commit 788d7c9

Please sign in to comment.