set allowCookiePopup = true for QA env

This commit is contained in:
Gregory Pradun
2022-04-27 16:26:45 +03:00
parent fc50cd2e17
commit 283cd5dea5

View File

@@ -12,7 +12,7 @@ define('LAWCARTA_PORT', '');
define('LAWCARTA_ENVIRONMENT_NAME', 'qa');
define('LC_ALLOW_COOKIE_POPUP', false);
define('LC_ALLOW_COOKIE_POPUP', true);
$_SERVER['HTTPS'] = 'On';