We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66c0557 commit c408ec0Copy full SHA for c408ec0
config/wp-cli/local.php
@@ -0,0 +1,8 @@
1
+<?php
2
+
3
+define('DB_HOST', 'vvv.dev:3306');
4
5
+define('DB_USER', 'external');
6
+define('DB_PASSWORD', 'external');
7
8
config/wp-cli/quiet.php
@@ -0,0 +1,4 @@
+error_reporting(0);
+@ini_set('display_errors', 0);
+define( 'WP_DEBUG', false );
wp-cli.yml
@@ -0,0 +1,3 @@
+require:
+ - config/wp-cli/local.php
+ - config/wp-cli/quiet.php
0 commit comments