forked from LiveCarta/LiveCartaWP
LAW-3610 - new WP QA config
This commit is contained in:
@@ -16,7 +16,7 @@ $_SERVER['HTTPS'] = 'On';
|
|||||||
|
|
||||||
//S3 uploads settings
|
//S3 uploads settings
|
||||||
define( 'S3_UPLOADS_BUCKET', 'law-carta-qa-wp' );
|
define( 'S3_UPLOADS_BUCKET', 'law-carta-qa-wp' );
|
||||||
define( 'S3_UPLOADS_REGION', '' ); // the s3 bucket region (excluding the rest of the URL)
|
define( 'S3_UPLOADS_REGION', 'us-west-1' );
|
||||||
|
|
||||||
define( 'S3_UPLOADS_KEY', '@lcAwsKey@' );
|
define( 'S3_UPLOADS_KEY', '@lcAwsKey@' );
|
||||||
define( 'S3_UPLOADS_SECRET', '@lcAwsSecretKey@' );
|
define( 'S3_UPLOADS_SECRET', '@lcAwsSecretKey@' );
|
||||||
Reference in New Issue
Block a user