This commit is contained in:
Gregor Lohaus
2026-08-18 15:30:44 +02:00
parent 5f9441441a
commit 80a333eb31
4 changed files with 40 additions and 9 deletions

View File

@@ -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' );