diff --git a/config/config_defaults.php b/config/config_defaults.php
index 33c345eef335fad1617b6428ae5744a09b90223c..cde5fc3f7299bb8c0de3dd91d7f04b6005bc63e4 100644
--- a/config/config_defaults.php
+++ b/config/config_defaults.php
@@ -62,10 +62,7 @@ return [
     'showdebug' => [
         'ip'=> ['127.0.0.1'],
     ],
-    'projectgroups' => [
-        'teamA'=>'Team A: Services',
-        'teamB'=>'Team B: Website',
-    ],
+    'projectgroups' => [],
     
     // ----------------------------------------------------------------------
     // build settings
@@ -88,19 +85,19 @@ return [
 
         // (1)
         // sync to a puppet master puppet to extract archive and generate templates
-        'puppet' => array(
+        'puppet' => [
             'type' => 'rsync',
             'runas' => '', // www-data, // nur fuer commandline
             'target' => 'copy-deployment@puppetmaster.example.com:/share/ciserver',
-        ),
+        ],
 
         // (2)
         // sync to a software package server like https://os-docs.iml.unibe.ch/ci-pkg/
-        'package-server' => array(
+        'package-server' => [
             'type' => 'rsync',
             'runas' => '', // apache httpd user is default, e.g. www-data
             'target' => 'copy-deployment@software.example.com:/var/www/data-ciserver',
-        ),
+        ],
         */
     ],