add support for gcp bucket for media (#529)

Co-authored-by: Jai <jai@voicegain.ai>
Co-authored-by: Horilla <131998600+horilla-opensource@users.noreply.github.com>
This commit is contained in:
jaikishanwadhawa
2025-02-26 10:53:49 +05:30
committed by GitHub
parent 62b60d8a20
commit d299172784
4 changed files with 40 additions and 1 deletions

View File

@@ -25,6 +25,15 @@ DB_PASSWORD=password
DB_HOST=localhost
DB_PORT=5432
# GCP Storage for Media Configuration
# GOOGLE_APPLICATION_CREDENTIALS="pathToYourServiceAccountJsonFile"
# GS_BUCKET_NAME="yourGCPBucketName"
# DEFAULT_FILE_STORAGE="horilla.horilla_backends_gcp.PrivateMediaStorage"
# MEDIA_URL="https://storage.cloud.google.com/yourGCPBucketName/media"
# MEDIA_ROOT="https://storage.cloud.google.com/yourGCPBucketName/media"
# NAMESPACE="private"
# Supportted Formats for DATABASE_URL :