forked from LiveCarta/LiveCartaWP
wordpress config + law-/live- carta themes
This commit is contained in:
8
htdocs/wp-config-local-sample.php
Normal file
8
htdocs/wp-config-local-sample.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
define( 'DB_NAME', 'local_db_name' );
|
||||
define( 'DB_USER', 'local_db_user' );
|
||||
define( 'DB_PASSWORD', 'local_db_password' );
|
||||
define( 'DB_HOST', 'local_db_host' );
|
||||
|
||||
define('DOMAIN_CURRENT_SITE', 'local_domain_current_site');
|
||||
Reference in New Issue
Block a user