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 d7a485b8a..d327185f0 100644
--- a/src/config.js
+++ b/src/config.js
@@ -37,6 +37,7 @@ export const DEFAULT_FEATURES_CONFIG = {
37 }, 37 },
38 isServiceProxyEnabled: false, 38 isServiceProxyEnabled: false,
39 isServiceProxyPremiumFeature: true, 39 isServiceProxyPremiumFeature: true,
40 isWorkspacePremiumFeature: true,
40 isWorkspaceEnabled: true, 41 isWorkspaceEnabled: true,
41}; 42};
42 43