diff --git a/environments/dev/wp-config-local.php b/environments/dev/wp-config-local.php index caee3f2..6edf0fd 100644 --- a/environments/dev/wp-config-local.php +++ b/environments/dev/wp-config-local.php @@ -12,3 +12,5 @@ define('LAWCARTA_PORT', ''); define('LAWCARTA_WP_REST_API_REQUEST_URL', 'https://app-dev.lawcarta.com/v1/event/request'); define('LAWCARTA_WP_REST_API_RESPONSE_URL', 'https://app-dev.lawcarta.com/v1/event/response'); + +$_SERVER['HTTPS'] = 'On'; diff --git a/environments/dev1/wp-config-local.php b/environments/dev1/wp-config-local.php index cf31e18..47ce0fc 100644 --- a/environments/dev1/wp-config-local.php +++ b/environments/dev1/wp-config-local.php @@ -10,3 +10,4 @@ define('DOMAIN_CURRENT_SITE', 'dev1.lawcarta.com'); define('LAWCARTA_SUBDOMAIN', 'app-dev1'); define('LAWCARTA_PORT', ''); +$_SERVER['HTTPS'] = 'On'; \ No newline at end of file diff --git a/environments/lion/wp-config-local.php b/environments/lion/wp-config-local.php index a9db604..c52a64c 100644 --- a/environments/lion/wp-config-local.php +++ b/environments/lion/wp-config-local.php @@ -10,3 +10,4 @@ define('DOMAIN_CURRENT_SITE', 'lion.lawcarta.com'); define('LAWCARTA_SUBDOMAIN', 'app-lion'); define('LAWCARTA_PORT', ''); +$_SERVER['HTTPS'] = 'On'; \ No newline at end of file diff --git a/environments/local/wp-config-local.php b/environments/local/wp-config-local.php index faa14c0..2ec9ee3 100644 --- a/environments/local/wp-config-local.php +++ b/environments/local/wp-config-local.php @@ -10,5 +10,7 @@ define('DOMAIN_CURRENT_SITE', 'lawcarta.loc'); define('LAWCARTA_SUBDOMAIN', 'app'); define('LAWCARTA_PORT', ''); +$_SERVER['HTTPS'] = 'On'; + define('LAWCARTA_WP_REST_API_REQUEST_URL', 'https://app-dev1.lawcarta.com/v1/event/request'); define('LAWCARTA_WP_REST_API_RESPONSE_URL', 'https://app-dev1.lawcarta.com/v1/event/response'); \ No newline at end of file diff --git a/environments/prod/wp-config-local.php b/environments/prod/wp-config-local.php index 17f6dc9..339ed7c 100644 --- a/environments/prod/wp-config-local.php +++ b/environments/prod/wp-config-local.php @@ -11,3 +11,4 @@ define('DOMAIN_CURRENT_SITE', 'lawcarta.com'); define('LAWCARTA_SUBDOMAIN', 'app'); define('LAWCARTA_PORT', ''); +$_SERVER['HTTPS'] = 'On'; \ No newline at end of file diff --git a/environments/qa/wp-config-local.php b/environments/qa/wp-config-local.php index da2e00d..996e30f 100644 --- a/environments/qa/wp-config-local.php +++ b/environments/qa/wp-config-local.php @@ -10,3 +10,4 @@ define('DOMAIN_CURRENT_SITE', 'qa.lawcarta.net'); define('LAWCARTA_SUBDOMAIN', 'app-qa'); define('LAWCARTA_PORT', ''); +$_SERVER['HTTPS'] = 'On'; \ No newline at end of file