add info mail to config

This commit is contained in:
uzairr
2021-05-26 16:01:44 +05:00
committed by Waheed Ahmed
parent b4387fc576
commit e14278fc6a

View File

@@ -69,6 +69,7 @@ initialize({
COOKIE_DOMAIN: process.env.COOKIE_DOMAIN,
WELCOME_PAGE_SUPPORT_LINK: process.env.WELCOME_PAGE_SUPPORT_LINK || null,
DISABLE_ENTERPRISE_LOGIN: process.env.DISABLE_ENTERPRISE_LOGIN || '',
INFO_EMAIL: process.env.INFO_EMAIL || '',
});
},
},