From d965df4a051bd386aa8b147f7b98e01bcc9d96cb Mon Sep 17 00:00:00 2001 From: "Vincent (Wen Yu) Ge" Date: Mon, 17 Apr 2023 21:12:15 +0000 Subject: [PATCH] Remove reference to env vars in references --- docs/services/storage.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/services/storage.md b/docs/services/storage.md index 0665128a76..8cb054bd99 100644 --- a/docs/services/storage.md +++ b/docs/services/storage.md @@ -5,5 +5,3 @@ Files are managed using buckets. Storage buckets are similar to Collections we h Using Appwrite permissions architecture, you can assign read or write access to each bucket or file in your project for either a specific user, team, user role, or even grant it with public access (`any`). You can learn more about [how Appwrite handles permissions and access control](/docs/permissions). The preview endpoint allows you to generate preview images for your files. Using the preview endpoint, you can also manipulate the resulting image so that it will fit perfectly inside your app in terms of dimensions, file size, and style. The preview endpoint also allows you to change the resulting image file format for better compression or image quality for better delivery over the network. - -The maximum file size allowed for file upload is controlled by the `_APP_STORAGE_LIMIT` environment variable, which defaults to 30 MB. See [Environment Variables](/docs/environment-variables#storage) for more information.