Merge pull request #4814 from gregory-p/wordpress

Wordpress
This commit is contained in:
gregory-p
2021-03-22 13:41:24 +03:00
committed by GitHub
3 changed files with 6 additions and 7 deletions

View File

@@ -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_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;

View File

@@ -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_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;

View File

@@ -1,10 +1,9 @@
<?php
define( 'DB_NAME', 'WordPress' );
define( 'DB_USER', 'wpuser' );
define( 'DB_PASSWORD', '9cL?at5gPB6Ejr&t' );
define( 'DB_HOST', '198.61.196.23' );
define( 'DB_NAME', '@lcWpMySqlDbnameProd@' );
define( 'DB_USER', '@lcWpMySqlUsernameProd@' );
define( 'DB_PASSWORD', '@lcWpMySqlPasswordProd@' );
define( 'DB_HOST', '@lcWpMySqlHostProd@' );
define('DOMAIN_CURRENT_SITE', 'lawcarta.com');