aggregate the settings get/set handlers

this makes it easy to check for a settings lock
This commit is contained in:
Girish Ramakrishnan
2019-01-25 16:33:22 -08:00
parent 4831926869
commit 1cab1e06d9
3 changed files with 49 additions and 43 deletions
+3
View File
@@ -53,6 +53,9 @@ exports = module.exports = {
TIME_ZONE_KEY: 'time_zone',
CLOUDRON_NAME_KEY: 'cloudron_name',
// blobs
CLOUDRON_AVATAR_KEY: 'cloudron_avatar', // not stored in db
on: on,
removeListener: removeListener
};