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. *