nodebb-plugin-ns-awards-next
Version:
System for rewarding forum users. It allows admin to define set of awards that could be granted to users for special accomplishments.
17 lines (16 loc) • 681 B
JavaScript
module.exports = Object.freeze({
'API_PATH' : '/api',
'CLIENT_PAGE_PATH' : '/awards',
'FILE_LOCAL' : 'local',
'FILE_PREFIX' : 'award',
'FILE_REMOTE' : 'remote',
'GLOBAL_API_TOKEN_COUNTER': 'nextNsAwardApiTokenId',
'GLOBAL_AWARD_COUNTER' : 'nextNsAwardId',
'GLOBAL_GRANT_COUNTER' : 'nextNsAwardGrantId',
'IMAGE_SERVICE_PATH' : '/images',
'NAMESPACE' : 'ns:awards',
'NEW_AWARD_ID' : 'newAwardId',
'PLUGIN_PATH' : '/admin/plugins/awards',
'SOCKETS' : 'ns-awards',
'UPLOAD_DIR' : 'awards'
});