From 0c0e09948969f22fc94a3cb778085b6ea62bc1d0 Mon Sep 17 00:00:00 2001 From: paveenpaul Date: Sat, 17 May 2025 11:44:00 +0000 Subject: [PATCH] Update kitchen_counter/MNF/settings.py adedd AWS from preavesh --- kitchen_counter/MNF/settings.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/kitchen_counter/MNF/settings.py b/kitchen_counter/MNF/settings.py index bdf5495..c4dd839 100755 --- a/kitchen_counter/MNF/settings.py +++ b/kitchen_counter/MNF/settings.py @@ -140,6 +140,10 @@ AUTH_PASSWORD_VALIDATORS = [ }, ] +AWS_ACCESS_KEY_ID = 'AKIAQVLBBGCB45RMLKVW' +AWS_SECRET_ACCESS_KEY = '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' +AWS_STORAGE_BUCKET_NAME = 'conversion-kitchen' +AWS_S3_REGION_NAME = 'ap-south-1' # Internationalization # https://docs.djangoproject.com/en/4.2/topics/i18n/