From 72113f0d7b09a79aa894d6a4b5a7fe7d51b254e3 Mon Sep 17 00:00:00 2001 From: VC Date: Wed, 16 Apr 2025 07:48:56 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B:=20allow=20extensions=20auto-updat?= =?UTF-8?q?e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- roles/wordpress/templates/wp-config.php.j2 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/roles/wordpress/templates/wp-config.php.j2 b/roles/wordpress/templates/wp-config.php.j2 index 470fc65..a4b1b4b 100644 --- a/roles/wordpress/templates/wp-config.php.j2 +++ b/roles/wordpress/templates/wp-config.php.j2 @@ -39,6 +39,11 @@ define('DB_CHARSET', 'utf8'); */ define('DB_COLLATE', ''); +/** + * Allows direct update of extensions + */ +define('FS_METHOD', 'direct'); + /**#@+ * Clefs uniques d'authentification et salage. *