Merge pull request #2459 from gregory-p/wordpress

WP multi env config files
This commit is contained in:
bivis
2019-02-28 13:37:08 +02:00
committed by GitHub
3 changed files with 37 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
<?php
define( 'DB_NAME', 'WordPress' );
define( 'DB_USER', 'wpuser' );
define( 'DB_PASSWORD', 'BPB6Eter&tjFcL?a' );
define( 'DB_HOST', 'localhost' );
define('DOMAIN_CURRENT_SITE', 'dev1.lawcarta.com');
define('LAWCARTA_SUBDOMAIN', 'app-dev1');
define('LAWCARTA_PORT', '');

View File

@@ -0,0 +1,12 @@
<?php
define( 'DB_NAME', 'WordPress' );
define( 'DB_USER', 'wpuser' );
define( 'DB_PASSWORD', 'er1tjFc4?aB5B6Et' );
define( 'DB_HOST', 'localhost' );
define('DOMAIN_CURRENT_SITE', 'lion.lawcarta.com');
define('LAWCARTA_SUBDOMAIN', 'app-lion');
define('LAWCARTA_PORT', '');

View File

@@ -0,0 +1,13 @@
<?php
define( 'DB_NAME', 'WordPress' );
define( 'DB_USER', 'wpuser' );
define( 'DB_PASSWORD', '9cL?at5gPB6Ejr&t' );
define( 'DB_HOST', '198.61.196.23' );
define('DOMAIN_CURRENT_SITE', 'lawcarta.com');
define('LAWCARTA_SUBDOMAIN', 'app');
define('LAWCARTA_PORT', '');