Disallow cloudtorrent in demo mode

This commit is contained in:
Girish Ramakrishnan
2020-05-04 14:56:10 -07:00
parent dcaccc2d7a
commit 74b0ff338b
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -37,6 +37,7 @@ exports = module.exports = {
DEFAULT_MEMORY_LIMIT: (256 * 1024 * 1024), // see also client.js
DEMO_USERNAME: 'cloudron',
DEMO_BLACKLISTED_APPS: [ 'com.github.cloudtorrent' ],
AUTOUPDATE_PATTERN_NEVER: 'never',