SYNC: don't show private cloud for web app

This commit is contained in:
SPRINX0\prochazka
2025-06-13 13:51:33 +02:00
committed by Diflow
parent a1405412a8
commit 01d256eeee
2 changed files with 17 additions and 14 deletions

View File

@@ -116,6 +116,7 @@ module.exports = {
processArgs.runE2eTests ? 'connections-e2etests.jsonl' : 'connections.jsonl'
),
supportCloudAutoUpgrade: !!process.env.CLOUD_UPGRADE_FILE,
allowPrivateCloud: platformInfo.isElectron || !!process.env.ALLOW_DBGATE_PRIVATE_CLOUD,
...currentVersion,
};