Skip to content

Commit c5edcba

Browse files
committed
docs: update README for object storage configuration
1 parent ed16ae0 commit c5edcba

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

README.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -150,16 +150,14 @@ STRIPE_SECRET_KEY=""
150150
STRIPE_WEBHOOK_SECRET=""
151151
```
152152
153-
#### Tigris
153+
#### Object Storage
154154
155-
Tigris is used for hosting static assets.
156-
157-
[Create a public Tigris bucket](https://console.tigris.dev/) to obtain your secrets and add them to your `.env` file.
155+
To host static assets, set up a public bucket on your preferred S3-compatible storage service and add the following credentials to your `.env` file:
158156
159157
```env
160-
AWS_ENDPOINT_URL_S3="https://fly.storage.tigris.dev"
161-
AWS_REGION="auto"
162-
AWS_ACCESS_KEY_ID="tid_..."
163-
AWS_SECRET_ACCESS_KEY="tsec_..."
164-
BUCKET_NAME="..."
158+
AWS_ENDPOINT_URL_S3=""
159+
AWS_REGION=""
160+
AWS_ACCESS_KEY_ID=""
161+
AWS_SECRET_ACCESS_KEY=""
162+
BUCKET_NAME=""
165163
```

0 commit comments

Comments
 (0)