add local config

This commit is contained in:
gregory-p
2019-10-08 10:00:10 +03:00
parent de9f44e2c1
commit 1165e590dc
2 changed files with 26 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
<?php
define( 'DB_NAME', 'WordPress' );
define( 'DB_USER', 'root' );
define( 'DB_PASSWORD', 'TK5nQ9AdHzsF1m' );
define( 'DB_HOST', 'localhost' );
define('DOMAIN_CURRENT_SITE', 'lawcarta.loc');
define('LAWCARTA_SUBDOMAIN', 'app');
define('LAWCARTA_PORT', '');