HM-113. Добавление хуков для чтения/редактирования хранилищ (#1)

This commit is contained in:
Nikolay
2020-08-29 23:44:11 +03:00
committed by GitHub
parent af8d15cd12
commit af7f4f950b
10 changed files with 387 additions and 13 deletions

View File

@ -3,6 +3,7 @@ export const DB_TEST_NAME = 'store-service-test';
export const DB_LOGGER = 'logger';
export const MONGO_URL = 'mongodb://localhost:27017';
export const COLLECTION_STORE = 'store';
export const COLLECTION_HOOKS = 'hooks';
export const COLLECTION_LOGS = 'logs';
export const LOG_TYPE = {
CLIENT: 'client-logs',