custom: remove support section

This commit is contained in:
Girish Ramakrishnan
2020-02-04 13:07:26 -08:00
parent c41042635f
commit c9e96cd97a
5 changed files with 8 additions and 21 deletions
+2
View File
@@ -47,6 +47,8 @@ exports = module.exports = {
CLOUDRON: CLOUDRON,
TEST: TEST,
SUPPORT_EMAIL: 'support@cloudron.io',
VERSION: process.env.BOX_ENV === 'cloudron' ? fs.readFileSync(path.join(__dirname, '../VERSION'), 'utf8').trim() : '4.2.0-test'
};