diff --git a/CHANGELOG b/CHANGELOG index 6baa1d2..e43f71e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,8 +1,10 @@ Revision history for Lutim 0.13.0 ????-??-?? - - 💄 — Add Korrigan theme (Nicolas Frandeboeuf) + - 💄 — Add Korrigan theme (Nicolas Frandeboeuf) - 🔥 — Remove zanata stuff + - ✨ — Add a config flag to disable API (@b_b) + - 🌐 — Update translations 0.12.1 2020-10-08 - ⬆️ Update jQuery diff --git a/lib/Lutim/DefaultConfig.pm b/lib/Lutim/DefaultConfig.pm index 4765b59..3f42af4 100644 --- a/lib/Lutim/DefaultConfig.pm +++ b/lib/Lutim/DefaultConfig.pm @@ -22,7 +22,7 @@ our $default_config = { watermark_default => 'none', watermark_enforce => 'none', theme => 'default', - disable_api => 0, + disable_api => 0, dbtype => 'sqlite', db_path => 'lutim.db', max_files_in_zip => 15,