forked from LiveCarta/LiveCartaWP
add placeholders for prod config
This commit is contained in:
@@ -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