From 9016f5bd00b2f4de755aa138b51827d13586f59a Mon Sep 17 00:00:00 2001 From: "ashutosh.nehete" Date: Mon, 9 Jun 2025 09:43:19 +0000 Subject: [PATCH] Added the secret key and access key --- backup/.env | 2 ++ 1 file changed, 2 insertions(+) diff --git a/backup/.env b/backup/.env index b887b45..34d409a 100644 --- a/backup/.env +++ b/backup/.env @@ -9,6 +9,8 @@ DB_NAME_MEDIAWIKI=mediawiki DB_NAME_REDMINE=redmine # AWS S3 Configuration +ACCESS_KEY=xxxxxxxx +SECRET_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx S3_BUCKET_NAME=your-s3-bucket-name S3_REGION=us-east-1