From e79df62cd87d5328c7d9ddfbc5ea3c208f196222 Mon Sep 17 00:00:00 2001 From: g <> Date: Tue, 20 Oct 2020 20:22:29 +0300 Subject: [PATCH] LAW-3610 - new WP QA config --- environments/staging/wp-config-local.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/environments/staging/wp-config-local.php b/environments/staging/wp-config-local.php index 496cd0b..d7a381c 100644 --- a/environments/staging/wp-config-local.php +++ b/environments/staging/wp-config-local.php @@ -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@' );