forked from LiveCarta/LiveCartaWP
LAW-3610 - new WP QA config
This commit is contained in:
@@ -12,4 +12,11 @@ define('LAWCARTA_PORT', '');
|
|||||||
|
|
||||||
define('LAWCARTA_ENVIRONMENT_NAME', 'qa');
|
define('LAWCARTA_ENVIRONMENT_NAME', 'qa');
|
||||||
|
|
||||||
$_SERVER['HTTPS'] = 'On';
|
$_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@' );
|
||||||
Reference in New Issue
Block a user