forked from icenine457/MongoUI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMongoXML.xml
37 lines (37 loc) · 1.18 KB
/
MongoXML.xml
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
<?xml version="1.0" encoding="utf-8" ?>
<DocumentElement>
<Options comments="linked to UI form">
<General>
<TempFolder>%temp%\</TempFolder>
<DeleteTempFolderContents>true</DeleteTempFolderContents>
</General>
<Query>
<QueryFolder>%temp%\\MongoQueries</QueryFolder>
</Query>
<CustomJavascriptFiles comments="not linked to Options form, yet">
<Path>H:\.mongorc.js</Path>
</CustomJavascriptFiles>
<QueryOutputTypes current="notepad.exe">
<T>MongoUI</T>
<T>notepad.exe</T>
</QueryOutputTypes>
</Options>
<Servers comments="edit this to fill the combo boxes in application">
<Server name="localhost">
<Database>tt2</Database>
<Database>temp</Database>
<Database>system</Database>
</Server>
<Server name="bktt2mongodb01">
<Database>tt2</Database>
<Database>temp</Database>
<Database>system</Database>
</Server>
</Servers>
<Miscellaneous comments="not for configuration; used by application only">
<LastOpenedFilePath></LastOpenedFilePath>
<CurrentServer name="localhost">
<CurrentDatabase>tt2</CurrentDatabase>
</CurrentServer>
</Miscellaneous>
</DocumentElement>