aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.js
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2019-04-13 20:58:37 +0200
committerLibravatar Stefan Malzner <stefan@adlk.io>2019-04-13 20:58:37 +0200
commit8e623e84cf21068561217a509c0761d524dfbc29 (patch)
treea83f307c3ce087169e3a1d55418fa78a71b7b4dc /src/config.js
parentUse store reactions (diff)
parentMerge branch 'feature/announcements' into develop (diff)
downloadferdium-app-8e623e84cf21068561217a509c0761d524dfbc29.tar.gz
ferdium-app-8e623e84cf21068561217a509c0761d524dfbc29.tar.zst
ferdium-app-8e623e84cf21068561217a509c0761d524dfbc29.zip
Merge branch 'develop' into chore/streamline-dashboard
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 0a47aa7d7..92d456896 100644
--- a/src/config.js
+++ b/src/config.js
@@ -50,6 +50,7 @@ export const DEFAULT_FEATURES_CONFIG = {
50 }, 50 },
51 isServiceProxyEnabled: false, 51 isServiceProxyEnabled: false,
52 isServiceProxyPremiumFeature: true, 52 isServiceProxyPremiumFeature: true,
53 isAnnouncementsEnabled: true,
53 isWorkspacePremiumFeature: true, 54 isWorkspacePremiumFeature: true,
54 isWorkspaceEnabled: false, 55 isWorkspaceEnabled: false,
55}; 56};