Also blacklist transmission on the demo

This commit is contained in:
Girish Ramakrishnan
2020-12-13 12:36:13 -08:00
parent 7d157b9343
commit 79a7e5d4a1
+1 -1
View File
@@ -37,7 +37,7 @@ exports = module.exports = {
DEFAULT_MEMORY_LIMIT: (256 * 1024 * 1024), // see also client.js
DEMO_USERNAME: 'cloudron',
DEMO_BLACKLISTED_APPS: [ 'com.github.cloudtorrent', 'net.alltubedownload.cloudronapp', 'com.adguard.home.cloudronapp' ],
DEMO_BLACKLISTED_APPS: [ 'com.github.cloudtorrent', 'net.alltubedownload.cloudronapp', 'com.adguard.home.cloudronapp', 'com.transmissionbt.cloudronapp' ],
AUTOUPDATE_PATTERN_NEVER: 'never',