forked from LiveCarta/LiveCartaWP
LAW-2819
This commit is contained in:
12
environments/testdev/wp-config-local.php
Normal file
12
environments/testdev/wp-config-local.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
define( 'DB_NAME', '@lcWpMySqlDbnameDev@' );
|
||||
define( 'DB_USER', '@lcWpMySqlUsernameDev@' );
|
||||
define( 'DB_PASSWORD', '@lcWpMySqlPasswordDev@' );
|
||||
define( 'DB_HOST', '@lcWpMySqlHostDev@' );
|
||||
|
||||
define('DOMAIN_CURRENT_SITE', 'dev1.lawcarta.loc');
|
||||
|
||||
define('LAWCARTA_SUBDOMAIN', 'app-dev1');
|
||||
define('LAWCARTA_PORT', '');
|
||||
|
||||
Reference in New Issue
Block a user