Merge pull request #4437 from gregory-p/wordpress

force https for staging
This commit is contained in:
gregory-p
2020-11-11 14:45:03 +03:00
committed by GitHub

View File

@@ -15,7 +15,7 @@ define('LAWCARTA_WP_REST_API_RESPONSE_URL', 'https://app-staging-law.carta.live/
define('LAWCARTA_ENVIRONMENT_NAME', 'staging');
//$_SERVER['HTTPS'] = 'On';
$_SERVER['HTTPS'] = 'On';
//S3 uploads settings
define( 'S3_UPLOADS_BUCKET', 'law-carta-staging-wp' );