diff --git a/brian_dashboard_manager/config.py b/brian_dashboard_manager/config.py
index df6d5c65c93df7e1549daedc3824316a9050b2c7..49d8a3a9b1349caed8b2b06a1e0f566034fe8f31 100644
--- a/brian_dashboard_manager/config.py
+++ b/brian_dashboard_manager/config.py
@@ -51,9 +51,7 @@ DEFAULT_ORGANIZATIONS = [
             "Lab Devices"
         ],
         "excluded_folders": {
-            "Aggregates": ["CAE1"],
-            "GWS Direct": True,
-            "GWS Indirect": True,
+            "Aggregates": ["CAE1"]
         }
     },
     {
@@ -97,8 +95,7 @@ DEFAULT_ORGANIZATIONS = [
             "Lab Devices",
         ],
         "excluded_folders": {
-            "GWS Direct": True,
-            "GWS Indirect": True,
+
         }
     },
     {
@@ -124,8 +121,6 @@ DEFAULT_ORGANIZATIONS = [
             "IAS PUBLIC": True,
             "IAS UPSTREAM": True,
             "GWS PHY Upstream": True,
-            "GWS Direct": True,
-            "GWS Indirect": True,
         }
     }
 ]