Skip to content

Commit b49c704

Browse files
committed
simplify readme
1 parent 3285112 commit b49c704

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -187,15 +187,7 @@ export IMMUDB_S3_ENDPOINT="https://${IMMUDB_S3_BUCKET_NAME}.s3.${IMMUDB_S3_LOCAT
187187
If using Fargate, the credentials URL can be sourced automatically:
188188

189189
```bash
190-
export IMMUDB_S3_STORAGE=true
191-
export IMMUDB_S3_ROLE_ENABLED=true
192190
export IMMUDB_S3_USE_FARGATE_CREDENTIALS=true
193-
export IMMUDB_S3_BUCKET_NAME=<BUCKET NAME>
194-
export IMMUDB_S3_LOCATION=<AWS S3 REGION>
195-
export IMMUDB_S3_PATH_PREFIX=testing-001
196-
export IMMUDB_S3_ENDPOINT="https://${IMMUDB_S3_BUCKET_NAME}.s3.${IMMUDB_S3_LOCATION}.amazonaws.com"
197-
198-
./immudb
199191
```
200192

201193
Optionally, you can specify the exact role immudb should be using with:

0 commit comments

Comments
 (0)