Update kitchen_counter/MNF/settings.py

adedd AWS from preavesh
This commit is contained in:
paveenpaul 2025-05-17 11:44:00 +00:00
parent 8f813187b9
commit 0c0e099489
1 changed files with 4 additions and 0 deletions

View File

@ -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/