mailhog
This commit is contained in:
@@ -10,6 +10,10 @@
|
||||
define( 'WP_PLUGIN_DIR', __DIR__ . '/plugins' );
|
||||
define( 'WP_PLUGIN_URL', 'http://localhost:8080/plugins' );
|
||||
|
||||
// ** Must-use plugins also live in the repo root ** //
|
||||
define( 'WPMU_PLUGIN_DIR', __DIR__ . '/mu-plugins' );
|
||||
define( 'WPMU_PLUGIN_URL', 'http://localhost:8080/mu-plugins' );
|
||||
|
||||
// ** Database settings (matches services.mysql in devenv.nix) ** //
|
||||
define( 'DB_NAME', 'wp' );
|
||||
define( 'DB_USER', 'wp' );
|
||||
|
||||
Reference in New Issue
Block a user