LAW-3610 - new WP QA config

This commit is contained in:
g
2020-10-20 20:22:29 +03:00
parent 95ab450d3d
commit e79df62cd8

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@' );