MAIL_IMAP_USERNAME and MAIL_SMTP_USERNAME should be fully qualified

Re-configure the whole infra to propagate the changes
This commit is contained in:
Girish Ramakrishnan
2018-01-16 14:54:18 -08:00
parent e9be2a7fb7
commit 6513aebba6
2 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@
exports = module.exports = {
// a major version makes all apps restore from backup. #451 must be fixed before we do this.
// a minor version makes all apps re-configure themselves
'version': '48.8.0',
'version': '48.9.0',
'baseImages': [ 'cloudron/base:0.10.0' ],