diff --git a/wp-config-production.php b/wp-config-production.php index 3c3365728..05e7f69fe 100644 --- a/wp-config-production.php +++ b/wp-config-production.php @@ -14,5 +14,7 @@ // Configure S3 Uploads. define( 'S3_UPLOADS_BUCKET', 'media-pri-org/s3fs-public' ); define( 'S3_UPLOADS_REGION', 'us-east-1' ); +// Define the base bucket URL (without trailing slash). +define( 'S3_UPLOADS_BUCKET_URL', 'https://media.pri.org' ); define( 'WP_MEMORY_LIMIT', '512M' );