2018-11-26 02:05:16 +00:00
|
|
|
/* jslint node: true */
|
|
|
|
'use strict';
|
|
|
|
|
|
|
|
//
|
|
|
|
// Common SYSTEM/global log keys
|
|
|
|
//
|
|
|
|
module.exports = {
|
|
|
|
UserAddedRumorz : 'system_rumorz',
|
2020-11-26 22:53:21 +00:00
|
|
|
UserLoginHistory : 'user_login_history', // JSON object
|
2018-11-26 02:05:16 +00:00
|
|
|
};
|
|
|
|
|