forked from LiveCarta/LiveCartaWP
Merge pull request #2459 from gregory-p/wordpress
WP multi env config files
This commit is contained in:
12
environments/dev/wp-config-local.php
Normal file
12
environments/dev/wp-config-local.php
Normal 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', '');
|
||||||
|
|
||||||
12
environments/lion/wp-config-local.php
Normal file
12
environments/lion/wp-config-local.php
Normal 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', '');
|
||||||
|
|
||||||
13
environments/prod/wp-config-local.php
Normal file
13
environments/prod/wp-config-local.php
Normal 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', '');
|
||||||
|
|
||||||
Reference in New Issue
Block a user