Skip to content

Commit

Permalink
Merge pull request #193 from PRX/fix/config-s3-upload-bucket-url
Browse files Browse the repository at this point in the history
config: define S3 upload bucket URL
  • Loading branch information
rpeterman-gp authored Apr 9, 2024
2 parents 4a4cbd3 + 55919d6 commit d8e0ff9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wp-config-production.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' );

0 comments on commit d8e0ff9

Please sign in to comment.