Minor code style changes

This commit is contained in:
Johannes Zellner
2016-12-14 14:54:17 +01:00
parent 55d306c938
commit e7fc40cfdd
3 changed files with 27 additions and 11 deletions

View File

@@ -32,6 +32,8 @@ exports = module.exports = {
DEFAULT_MEMORY_LIMIT: (256 * 1024 * 1024), // see also client.js
DEMO_USERNAME: 'cloudron'
DEMO_USERNAME: 'cloudron',
DKIM_SELECTOR: 'cloudron'
};