add DEMO_USER_ID

This commit is contained in:
Girish Ramakrishnan
2016-08-31 21:00:05 -07:00
parent d3d7f2c320
commit 35b25a4e28

View File

@@ -18,6 +18,8 @@ exports = module.exports = {
DEFAULT_TOKEN_EXPIRATION: 7 * 24 * 60 * 60 * 1000, // 1 week
DEFAULT_MEMORY_LIMIT: (256 * 1024 * 1024) // see also client.js
DEFAULT_MEMORY_LIMIT: (256 * 1024 * 1024), // see also client.js
DEMO_USER_ID: 'cloudron'
};