feat: image upload on product
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user