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