https to http for staging

This commit is contained in:
g
2020-10-25 19:31:36 +03:00
parent a15fedda74
commit 6c9e3e80de
2 changed files with 15 additions and 1 deletions

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