Add constant for special 'never' autoupdate pattern

This commit is contained in:
Johannes Zellner
2017-01-26 15:36:24 -08:00
parent 1b688410e7
commit 0b03018a7b
3 changed files with 6 additions and 3 deletions
+3 -1
View File
@@ -36,6 +36,8 @@ exports = module.exports = {
DEMO_USERNAME: 'cloudron',
DKIM_SELECTOR: 'cloudron'
DKIM_SELECTOR: 'cloudron',
AUTOUPDATE_PATTERN_NEVER: 'never'
};