diff --git a/templates/application/config.php.erb b/templates/application/config.php.erb index 838539c..1fba868 100644 --- a/templates/application/config.php.erb +++ b/templates/application/config.php.erb @@ -16,7 +16,7 @@ $CONFIG = array ( ), ), 'appstoreenabled' => false, - 'auth.bruteforce.protection.enabled' => false; + 'auth.bruteforce.protection.enabled' => false, 'config_is_read_only' => true, 'csrf.disabled' => true, 'datadirectory' => '/var/www/html/data',