This commit is contained in:
atsaruk
2022-11-04 13:56:40 +03:00
parent 28e8c2d325
commit d2a0154759
21 changed files with 44 additions and 170 deletions

View File

@@ -5,7 +5,7 @@ define( 'DB_USER', 'dev' );
define( 'DB_PASSWORD', 'pass4dev' );
define( 'DB_HOST', '172.23.0.8' );
define('DOMAIN_CURRENT_SITE', 'lawcarta.loc');
define('DOMAIN_CURRENT_SITE', 'livecarta.loc');
define('LAWCARTA_SUBDOMAIN', 'app-dev1');
define('LAWCARTA_PORT', '');
@@ -14,5 +14,5 @@ define('LAWCARTA_ENVIRONMENT_NAME', 'local');
$_SERVER['HTTPS'] = 'On';
define('LAWCARTA_WP_REST_API_REQUEST_URL', 'https://app-dev1.lawcarta.loc/v1/event/request');
define('LAWCARTA_WP_REST_API_RESPONSE_URL', 'https://app-dev1.lawcarta.loc/v1/event/response');
define('LAWCARTA_WP_REST_API_REQUEST_URL', 'https://app-dev1.livecarta.loc/v1/event/request');
define('LAWCARTA_WP_REST_API_RESPONSE_URL', 'https://app-dev1.livecarta.loc/v1/event/response');