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