Skip to content

Commit

Permalink
Update file modification and updates options
Browse files Browse the repository at this point in the history
Updates no longer managed with composer
  • Loading branch information
fabian committed Oct 17, 2024
1 parent 886b8f4 commit 3406292
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions roles/opendata_ch/templates/wp-config.php.j2
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,10 @@ $table_prefix = 'wp_';
*/
define('WP_DEBUG', false);

/** Disable all file modifications including updates and update notifications */
define('DISALLOW_FILE_MODS', true);
/* Configure file modifications and updates */
define('DISALLOW_FILE_MODS', false);
define('DISALLOW_FILE_EDIT', true);
define('WP_AUTO_UPDATE_CORE', 'minor');

define('WPLANG', 'de_DE');

Expand Down

0 comments on commit 3406292

Please sign in to comment.