forked from LiveCarta/LiveCartaWP
12
environments/qa/wp-config-local.php
Normal file
12
environments/qa/wp-config-local.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
define( 'DB_NAME', 'WordPress' );
|
||||
define( 'DB_USER', 'wpuser' );
|
||||
define( 'DB_PASSWORD', '9cL?at5gPB6Ejr&t' );
|
||||
define( 'DB_HOST', 'localhost' );
|
||||
|
||||
define('DOMAIN_CURRENT_SITE', 'qa.lawcarta.net');
|
||||
|
||||
define('LAWCARTA_SUBDOMAIN', 'app-qa');
|
||||
define('LAWCARTA_PORT', '');
|
||||
|
||||
Reference in New Issue
Block a user