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