diff --git a/hooks/templates/inc_projects_config.php.erb b/hooks/templates/inc_projects_config.php.erb
index 3f04051cf95693739a5865b96e76de7441c52245..507a21350006779e1636d753f37d239d6ac3d91d 100644
--- a/hooks/templates/inc_projects_config.php.erb
+++ b/hooks/templates/inc_projects_config.php.erb
@@ -73,7 +73,16 @@ $aConfig = array(
             'DnAppNode'    => '<%= @replace["ldap-dn-apps"] %>',
             'debugLevel'   => 0,
         )
-    )
+    ),
+    // where to store project data
+    'projects' => array(
+        'json' => array(
+            'active'       => true,
+        ),
+        'ldap' => array(
+            'active'       => false,
+        ),
+    ),
 );
 
 // ----------------------------------------------------------------------