Merge pull request #4361 from gregory-p/wordpress

LAW-3610 - new WP QA config
This commit is contained in:
gregory-p
2020-10-20 20:23:30 +03:00
committed by GitHub

View File

@@ -16,3 +16,10 @@ define('LAWCARTA_WP_REST_API_RESPONSE_URL', 'https://app-staging-law.carta.live/
define('LAWCARTA_ENVIRONMENT_NAME', 'staging');
$_SERVER['HTTPS'] = 'On';
//S3 uploads settings
define( 'S3_UPLOADS_BUCKET', 'law-carta-staging-wp' );
define( 'S3_UPLOADS_REGION', 'us-west-1' );
define( 'S3_UPLOADS_KEY', '@lcAwsKey@' );
define( 'S3_UPLOADS_SECRET', '@lcAwsSecretKey@' );