aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.js')
-rw-r--r--src/config.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.js b/src/config.js
index 242675762..e7745b61d 100644
--- a/src/config.js
+++ b/src/config.js
@@ -41,6 +41,7 @@ export const DEFAULT_FEATURES_CONFIG = {
41 }, 41 },
42 isServiceProxyEnabled: false, 42 isServiceProxyEnabled: false,
43 isServiceProxyPremiumFeature: true, 43 isServiceProxyPremiumFeature: true,
44 isAnnouncementsEnabled: true,
44 isWorkspacePremiumFeature: true, 45 isWorkspacePremiumFeature: true,
45 isWorkspaceEnabled: false, 46 isWorkspaceEnabled: false,
46}; 47};