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:
@@ -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 :
|
||||
|
||||
|
||||
Reference in New Issue
Block a user