feat: add s3 storage for media

This commit is contained in:
ramvignesh-b
2026-04-26 15:34:48 +05:30
parent 25d5bf142a
commit b1d466fb11
4 changed files with 110 additions and 0 deletions
+7
View File
@@ -7,12 +7,19 @@ DB_PORT=5432
# SSL
SSL_ENABLED=true
S3_ENABLED=false
# DJANGO
DEBUG=True
SECRET_KEY=django-secret-key
BACKEND_DOMAIN=127.0.0.1
BACKEND_PORT=8000
# S3
R2_ACCESS_KEY_ID=
R2_SECRET_ACCESS_KEY=
R2_REGION_NAME=
R2_ENDPOINT_URL=
R2_PUBLIC_URL=
# EMAIL
EMAIL_HOST=127.0.0.1