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