feat: image upload on product

This commit is contained in:
2024-05-26 09:28:56 +03:00
parent 88679089b6
commit 8e7812fb66
4 changed files with 26 additions and 4 deletions

View File

@@ -15,4 +15,4 @@ PG_HOST = os.environ.get('PG_HOST')
TELEGRAM_BOT_TOKEN = os.environ.get('TELEGRAM_BOT_TOKEN')
SECRET_KEY = os.environ.get('SECRET_KEY')
S3_API_KEY = '1cc46590-4532-4046-97aa-baf3e49f20ad-AUF'
S3_API_KEY = os.environ.get('S3_API_KEY')