Add ability to setup a ghost account for caas

This commit is contained in:
Girish Ramakrishnan
2016-07-12 10:07:55 -07:00
parent 94ee636254
commit 743a8650f0
3 changed files with 149 additions and 0 deletions
+2
View File
@@ -14,6 +14,8 @@ exports = module.exports = {
ADMIN_CLIENT_ID: 'webadmin', // oauth client id
ADMIN_APPID: 'admin', // admin appid (settingsdb)
GHOST_USER_FILE: '/tmp/cloudron_ghost',
DEFAULT_MEMORY_LIMIT: (256 * 1024 * 1024) // see also client.js
};