forked from LiveCarta/LiveCartaWP
Merge pull request #4361 from gregory-p/wordpress
LAW-3610 - new WP QA config
This commit is contained in:
@@ -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@' );
|
||||
|
||||
Reference in New Issue
Block a user