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