Skip to content

Commit c32d75d

Browse files
committed
backup
1 parent 3d20051 commit c32d75d

File tree

7 files changed

+162
-90
lines changed

7 files changed

+162
-90
lines changed

dist/config.js

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,12 @@ exports.config = {
2020
userNewUrlParser: true,
2121
},
2222
projections: {
23-
'_id': 0,
24-
'data._version': 0,
25-
'data.created_at': 0,
26-
'data.created_by': 0,
27-
'data.publish_details': 0,
28-
'data.updated_at': 0,
29-
'data.updated_by': 0,
23+
_id: 0,
24+
_version: 0,
25+
created_at: 0,
26+
sys_keys: 0,
27+
updated_at: 0,
28+
updated_by: 0,
3029
},
3130
skip: 0,
3231
uri: 'mongodb://localhost:27017',

0 commit comments

Comments
 (0)