-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSetting.xml
More file actions
50 lines (39 loc) · 1.62 KB
/
Copy pathSetting.xml
File metadata and controls
50 lines (39 loc) · 1.62 KB
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
<?xml version="1.0" encoding="utf-8"?>
<Settings>
<SqlSettings>
<port>3306</port>
<name>root</name>
<password>96985</password>
<hostname>localhost</hostname>
</SqlSettings>
<Pathfileforanalysis>
<fileforanalysis>C:\Users\User\Desktop\DT\testclone\Dispatcher-s-Tool\WinFormsApp1\Settings\FileForAnalysis\FileForAnalysis.xml</fileforanalysis>
</Pathfileforanalysis>
<Pathdevicestatus>
<devicestatus>C:\Users\User\Desktop\DT\testclone\Dispatcher-s-Tool\WinFormsApp1\bin\Debug\net7.0-windows\Settings\DeviceStatus\DeviceStatus.xml</devicestatus>
</Pathdevicestatus>
<Pathusersdata>
<usersdata>C:\Users\User\Desktop\DT\testclone\Dispatcher-s-Tool\WinFormsApp1\Settings\UsersData\UsersData.xml</usersdata>
</Pathusersdata>
<PathPhones>
<phones>C:\Users\User\Desktop\DT\testclone\Dispatcher-s-Tool\WinFormsApp1\bin\Debug\net7.0-windows\data\history\phones\</phones>
</PathPhones>
<Pathpowerbanks>
<powerbanks>C:\Users\User\Desktop\DT\testclone\Dispatcher-s-Tool\WinFormsApp1\bin\Debug\net7.0-windows\data\history\powerbanks\</powerbanks>
</Pathpowerbanks>
<Pathtablets>
<tablets>C:\Users\User\Desktop\DT\testclone\Dispatcher-s-Tool\WinFormsApp1\bin\Debug\net7.0-windows\data\history\tablets\</tablets>
</Pathtablets>
<DataBaseName>
<database>dt</database>
</DataBaseName>
<DataBasefileforanalysis>
<dataBasefileforanalysis>fileforanalysis</dataBasefileforanalysis>
</DataBasefileforanalysis>
<DataBasedevicestatus>
<dataBasedevicestatus>devicestatus</dataBasedevicestatus>
</DataBasedevicestatus>
<DataBaseusersdata>
<dataBaseusersdata>usersdata</dataBaseusersdata>
</DataBaseusersdata>
</Settings>