This commit is contained in:
gregory-p
2019-08-09 13:07:58 +03:00
parent ad23a5e603
commit 05ac3bd4f2
2 changed files with 49 additions and 0 deletions

View 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', '');