From 3d31213e51ed076e66d8a3a970ef87fc6ef30e92 Mon Sep 17 00:00:00 2001 From: g <> Date: Mon, 19 Oct 2020 14:51:05 +0300 Subject: [PATCH] LAW-3610 - new WP QA config --- environments/qa/wp-config-local.php | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/environments/qa/wp-config-local.php b/environments/qa/wp-config-local.php index d362203..279f998 100644 --- a/environments/qa/wp-config-local.php +++ b/environments/qa/wp-config-local.php @@ -12,4 +12,11 @@ define('LAWCARTA_PORT', ''); define('LAWCARTA_ENVIRONMENT_NAME', 'qa'); -$_SERVER['HTTPS'] = 'On'; \ No newline at end of file +$_SERVER['HTTPS'] = 'On'; + +//S3 uploads settings +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_KEY', '@lcAwsKey@' ); +define( 'S3_UPLOADS_SECRET', '@lcAwsSecretKey@' ); \ No newline at end of file