-
Notifications
You must be signed in to change notification settings - Fork 32
/
compass-connections.json
executable file
·83 lines (83 loc) · 1.99 KB
/
compass-connections.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"type": "Compass Connections",
"version": {
"$numberInt": "1"
},
"connections": [
{
"id": "05f95566-d853-4e5a-adc2-0d76ffe4a8d2",
"connectionOptions": {
"connectionString": "mongodb://root:password@localhost:27041/?authMechanism=DEFAULT"
},
"favorite": {
"name": "CPR Mongo DB5:27041",
"color": "color3"
},
"lastUsed": {
"$date": {
"$numberLong": "1676847176176"
}
}
},
{
"id": "38cd2b41-f1ce-42ea-a217-f53de03c789f",
"connectionOptions": {
"connectionString": "mongodb://root:password@localhost:27040/?authMechanism=DEFAULT"
},
"favorite": {
"name": "CPR Mongo DB4:27040",
"color": "color3"
},
"lastUsed": {
"$date": {
"$numberLong": "1676847184298"
}
}
},
{
"id": "51055064-2259-4187-81d1-3f9e8ebce04b",
"connectionOptions": {
"connectionString": "mongodb://root:password@localhost:27039/?authMechanism=DEFAULT"
},
"favorite": {
"name": "CPR Mongo DB3:27039",
"color": "color3"
},
"lastUsed": {
"$date": {
"$numberLong": "1676847199904"
}
}
},
{
"id": "ef887e9e-07ed-47dd-9d16-9e6e87fee9e1",
"connectionOptions": {
"connectionString": "mongodb://root:password@localhost:27037/?authMechanism=DEFAULT"
},
"favorite": {
"name": "CPR Mongo DB2:27037",
"color": "color3"
},
"lastUsed": {
"$date": {
"$numberLong": "1676848503242"
}
}
},
{
"id": "b46290fe-c229-45e6-a11a-7face539340b",
"connectionOptions": {
"connectionString": "mongodb://root:password@localhost:27038/?authMechanism=DEFAULT"
},
"favorite": {
"name": "CPR Mongo DB1:27038",
"color": "color3"
},
"lastUsed": {
"$date": {
"$numberLong": "1676848518197"
}
}
}
]
}