This commit is contained in:
2026-02-12 19:30:58 +01:00
parent 7a25d1950a
commit 3720e93ac7

View File

@@ -60,7 +60,7 @@ services:
define('WP_REDIS_PORT', 6379);
define('WP_REDIS_TIMEOUT', 1);
define('WP_REDIS_READ_TIMEOUT', 1);
define('DISALLOW_FILE_EDIT', true);
define('DISALLOW_FILE_EDIT', false);
define('WP_AUTO_UPDATE_CORE', 'minor');
define('AUTOMATIC_UPDATER_DISABLED', false);
define('WP_MEMORY_LIMIT', '512M');