This commit is contained in:
g
2020-03-17 12:46:24 +03:00
parent 27b15089bc
commit 5ba5cf362b
6 changed files with 27 additions and 0 deletions

View File

@@ -10,6 +10,8 @@ define('DOMAIN_CURRENT_SITE', 'lawcarta.loc');
define('LAWCARTA_SUBDOMAIN', 'app');
define('LAWCARTA_PORT', '');
define('LAWCARTA_ENVIRONMENT_NAME', 'local');
$_SERVER['HTTPS'] = 'On';
define('LAWCARTA_WP_REST_API_REQUEST_URL', 'https://app-dev1.lawcarta.com/v1/event/request');