-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample.config.json
50 lines (50 loc) · 1.25 KB
/
example.config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"mongo_dump": {
"online": {
"source_uri": "mongodb+srv://spartaadmin:[email protected]",
"target_uri": "mongodb+srv://test:[email protected]",
"db_name": "dbonline_v2",
"excludes": [
"orders",
"points_users_logs",
"points_users_logs_detail",
"login_sessions",
"gov_enrolleds_dashboard",
"points_users_logs",
"points_users_logs_detail",
"gov_auth_logs",
"points_users_chances_logs",
"phone_verification_request_log",
"phone_verification_log",
"payment_access_log",
"alimtalk_logs",
"earlybird_logs",
"xmas_24_alerts",
"login_sessions",
"points_users",
"pycharm_licenses",
"alimtalk_error",
"certificates",
"checkins",
"rounds_lectures_reviews",
"coupon_user",
"cheerups",
"ratings",
"nps",
"users_race_groups",
"pre_homeworks",
"enrolleds_dashboard",
"crm_logs",
"login_kko"
],
"family": {
"round": [
"rounds",
"rounds_homeworks",
"rounds_lectures",
"rounds_materials"
]
}
}
}
}