Merge pull request #9454 from bivis/wordpress

update env
This commit is contained in:
bivis
2024-05-02 13:09:23 +03:00
committed by GitHub

View File

@@ -24,7 +24,7 @@ define('LIVECARTA_GA_CONFIG', 'UA-111488943-2');
$_SERVER['HTTPS'] = 'On';
//S3 uploads settings
define( 'S3_UPLOADS_BUCKET', getenv('S3_UPLOADS_BUCKET_WP') );
define( 'S3_UPLOADS_BUCKET', getenv('S3_UPLOADS_BUCKET') );
define( 'S3_UPLOADS_REGION', 'us-west-1' );
define( 'S3_UPLOADS_KEY', getenv('S3_UPLOADS_KEY') );