forked from LiveCarta/LiveCartaWP
new prod config update
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
<?php
|
||||
|
||||
define( 'DB_NAME', '@lcWpMySqlDbnameProd@' );
|
||||
define( 'DB_USER', '@lcWpMySqlUsernameProd@' );
|
||||
define( 'DB_PASSWORD', '@lcWpMySqlPasswordProd@' );
|
||||
define( 'DB_HOST', '@lcWpMySqlHostProd@' );
|
||||
|
||||
define( 'DB_NAME', 'ProdLawCartaWpCasecarta' );
|
||||
define( 'DB_USER', 'UProdLWpCase' );
|
||||
define( 'DB_PASSWORD', '78HTMTw4BPMN' );
|
||||
define( 'DB_HOST', '172.31.46.18' );
|
||||
|
||||
#define( 'DB_NAME', '@lcWpMySqlDbnameProd@' );
|
||||
#define( 'DB_USER', '@lcWpMySqlUsernameProd@' );
|
||||
|
||||
Reference in New Issue
Block a user