From 5618066378c47022c7db94f9111ae577bac1e338 Mon Sep 17 00:00:00 2001 From: g <> Date: Tue, 17 Mar 2020 12:53:56 +0300 Subject: [PATCH] LAW-3197 --- environments/dev/wp-config-local.php | 2 ++ environments/dev1/wp-config-local.php | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/environments/dev/wp-config-local.php b/environments/dev/wp-config-local.php index 6edf0fd..353fc61 100644 --- a/environments/dev/wp-config-local.php +++ b/environments/dev/wp-config-local.php @@ -13,4 +13,6 @@ 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'); +define('LAWCARTA_ENVIRONMENT_NAME', 'dev'); + $_SERVER['HTTPS'] = 'On'; diff --git a/environments/dev1/wp-config-local.php b/environments/dev1/wp-config-local.php index 8d609b7..47ce0fc 100644 --- a/environments/dev1/wp-config-local.php +++ b/environments/dev1/wp-config-local.php @@ -10,6 +10,4 @@ define('DOMAIN_CURRENT_SITE', 'dev1.lawcarta.com'); define('LAWCARTA_SUBDOMAIN', 'app-dev1'); define('LAWCARTA_PORT', ''); -define('LAWCARTA_ENVIRONMENT_NAME', 'dev'); - $_SERVER['HTTPS'] = 'On'; \ No newline at end of file