From 4601697617c3125ab543704f85e01c19d417c5dd Mon Sep 17 00:00:00 2001 From: Vanilius Date: Wed, 10 Jul 2024 17:07:52 +0000 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index dd75907..4753eaf 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,16 @@ # Configuring .env File ``` +R2_ENDPOINT=yourid.r2.cloudflarestorage.com R2_ACCESS_KEY=insert_a_access_key R2_SEC_KEY=insert_a_secret_key +R2_BUCKET=your_bucket +R2_DOMAIN=r2_domain + +UPLOAD_SEC=base64_upload_apikey +JWT_SECRET=base64_jwt_secret + +PORT=3000 ``` # Deployment