-
Notifications
You must be signed in to change notification settings - Fork 362
Expand file tree
/
Copy pathraqsoftConfig.xml
More file actions
35 lines (33 loc) · 1 KB
/
raqsoftConfig.xml
File metadata and controls
35 lines (33 loc) · 1 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
<?xml version="1.0" encoding="UTF-8"?>
<Config Version="3">
<Runtime>
<DBList>
</DBList>
<Esproc>
<charSet>GBK</charSet>
<splPathList>
<splPath>demo</splPath>
</splPathList>
<dateFormat>yyyy-MM-dd</dateFormat>
<timeFormat>HH:mm:ss</timeFormat>
<dateTimeFormat>yyyy-MM-dd HH:mm:ss</dateTimeFormat>
<mainPath>/opt/data</mainPath>>
<tempPath />
<bufSize>65536</bufSize>
<parallelNum>1</parallelNum>
<cursorParallelNum>1</cursorParallelNum>
<blockSize>1048576</blockSize>
<nullStrings>nan,null,n/a</nullStrings>
<fetchCount>9999</fetchCount>
<extLibsPath/>
<customFunctionFile>customFunctions.properties</customFunctionFile>
</Esproc>
<Logger>
<Level>INFO</Level>
</Logger>
</Runtime>
<JDBC>
<load>Runtime,Server</load>
<gateway></gateway>
</JDBC>
</Config>