add placeholders for prod config

This commit is contained in:
Gregory Pradun
2021-03-22 13:31:41 +03:00
parent 11abdf1c04
commit 19972a715c

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');