forked from LiveCarta/LiveCartaWP
@@ -11,4 +11,4 @@ update wp_blogs set domain = "prod-law.carta.live" where blog_id = 2 limit 1;
|
|||||||
|
|
||||||
update wp_domain_mapping set domain = "prod-live.carta.live" where blog_id = 2 limit 1;
|
update wp_domain_mapping set domain = "prod-live.carta.live" where blog_id = 2 limit 1;
|
||||||
|
|
||||||
update wp_site set domain = "prod-law.carta.livem" where id =1 limit 1;
|
update wp_site set domain = "prod-law.carta.live" where id =1 limit 1;
|
||||||
|
|||||||
@@ -11,4 +11,4 @@ update wp_blogs set domain = "prod-law.carta.live" where blog_id = 2 limit 1;
|
|||||||
|
|
||||||
update wp_domain_mapping set domain = "prod-live.carta.live" where blog_id = 2 limit 1;
|
update wp_domain_mapping set domain = "prod-live.carta.live" where blog_id = 2 limit 1;
|
||||||
|
|
||||||
update wp_site set domain = "prod-law.carta.livem" where id =1 limit 1;
|
update wp_site set domain = "prod-law.carta.live" where id =1 limit 1;
|
||||||
|
|||||||
@@ -1,10 +1,9 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
define( 'DB_NAME', 'WordPress' );
|
define( 'DB_NAME', '@lcWpMySqlDbnameProd@' );
|
||||||
define( 'DB_USER', 'wpuser' );
|
define( 'DB_USER', '@lcWpMySqlUsernameProd@' );
|
||||||
define( 'DB_PASSWORD', '9cL?at5gPB6Ejr&t' );
|
define( 'DB_PASSWORD', '@lcWpMySqlPasswordProd@' );
|
||||||
|
define( 'DB_HOST', '@lcWpMySqlHostProd@' );
|
||||||
define( 'DB_HOST', '198.61.196.23' );
|
|
||||||
|
|
||||||
define('DOMAIN_CURRENT_SITE', 'lawcarta.com');
|
define('DOMAIN_CURRENT_SITE', 'lawcarta.com');
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user