aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.js
diff options
context:
space:
mode:
authorLibravatar vantezzen <properly@protonmail.com>2019-09-07 16:18:56 +0200
committerLibravatar vantezzen <properly@protonmail.com>2019-09-07 16:18:56 +0200
commit90db27bdb7d12ad6c7d89efe78f0605d92bd2896 (patch)
treed3df87fd8f0dd64ea394e8bcecafe28df2ef1190 /src/config.js
parentRemove service limit and enable workspaces (diff)
downloadferdium-app-90db27bdb7d12ad6c7d89efe78f0605d92bd2896.tar.gz
ferdium-app-90db27bdb7d12ad6c7d89efe78f0605d92bd2896.tar.zst
ferdium-app-90db27bdb7d12ad6c7d89efe78f0605d92bd2896.zip
Enable proxy and spell checker
Diffstat (limited to 'src/config.js')
-rw-r--r--src/config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.js b/src/config.js
index d6a0317bf..dcbc53bf5 100644
--- a/src/config.js
+++ b/src/config.js
@@ -58,7 +58,7 @@ export const DEFAULT_FEATURES_CONFIG = {
58 wait: ms('10s'), 58 wait: ms('10s'),
59 }, 59 },
60 isServiceProxyEnabled: false, 60 isServiceProxyEnabled: false,
61 isServiceProxyIncludedInCurrentPlan: false, 61 isServiceProxyIncludedInCurrentPlan: true,
62 isAnnouncementsEnabled: true, 62 isAnnouncementsEnabled: true,
63 isWorkspaceIncludedInCurrentPlan: true, 63 isWorkspaceIncludedInCurrentPlan: true,
64 isWorkspaceEnabled: false, 64 isWorkspaceEnabled: false,