Ohm-Management - Projektarbeit B-ME
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

constants.js 296B

12345678910
  1. 'use strict';
  2. module.exports = {
  3. SYSTEM_NAMESPACE_COLLECTION: 'system.namespaces',
  4. SYSTEM_INDEX_COLLECTION: 'system.indexes',
  5. SYSTEM_PROFILE_COLLECTION: 'system.profile',
  6. SYSTEM_USER_COLLECTION: 'system.users',
  7. SYSTEM_COMMAND_COLLECTION: '$cmd',
  8. SYSTEM_JS_COLLECTION: 'system.js'
  9. };