File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed
Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -150,16 +150,14 @@ STRIPE_SECRET_KEY=""
150150STRIPE_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```
You can’t perform that action at this time.
0 commit comments