Files
LiveCartaWP/environments/qa/wp-config-local.php
gregory-p 1fef1e5446 LAW-2608
2019-03-27 15:44:39 +03:00

13 lines
273 B
PHP

<?php
define( 'DB_NAME', 'WordPress' );
define( 'DB_USER', 'wpuser' );
define( 'DB_PASSWORD', '?aeB366Er81t9Fc4' );
define( 'DB_HOST', 'localhost' );
define('DOMAIN_CURRENT_SITE', 'qa.lawcarta.net');
define('LAWCARTA_SUBDOMAIN', 'app-qa');
define('LAWCARTA_PORT', '');