use safe.require instead

This commit is contained in:
Girish Ramakrishnan
2016-07-12 11:37:44 -07:00
parent 743a8650f0
commit c0f944c1bf
2 changed files with 2 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ exports = module.exports = {
ADMIN_CLIENT_ID: 'webadmin', // oauth client id
ADMIN_APPID: 'admin', // admin appid (settingsdb)
GHOST_USER_FILE: '/tmp/cloudron_ghost',
GHOST_USER_FILE: '/tmp/cloudron_ghost.json',
DEFAULT_MEMORY_LIMIT: (256 * 1024 * 1024) // see also client.js
};