use username instead of id

This commit is contained in:
Girish Ramakrishnan
2016-08-31 23:41:28 -07:00
parent 61ef3f3efb
commit 1874ea7f58
2 changed files with 5 additions and 7 deletions
+1 -1
View File
@@ -20,6 +20,6 @@ exports = module.exports = {
DEFAULT_MEMORY_LIMIT: (256 * 1024 * 1024), // see also client.js
DEMO_USER_ID: 'cloudron'
DEMO_USERNAME: 'cloudron'
};