| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- <?xml version="1.0" encoding="UTF-8"?>
- <Config>
- <SystemConfig>
- <Server>
- <ServerOS>LINUX</ServerOS>
- <ServerName>AudioExtract_client_4</ServerName>
- <!-- Server端ip地址,非本机地址 -->
- <ServerIp>127.0.0.1</ServerIp>
- <ServerPort>28001</ServerPort>
- <Type>Client</Type>
- <!-- 如果此服务器Type为client,此项必填-->
- <ServerAlias>client_2</ServerAlias>
- <ServerId>0</ServerId>
- </Server>
- <AudioServer>
-
- <IP>10.8.6.156</IP>
- <Port>8084</Port>
- <!-- day是每日都会抽取 2019-01-01~2019-01-02是时间段落 -->
- <DateTYP>day</DateTYP>
- <!-- day情况下的延迟天数 -->
- <YC_Date>-1</YC_Date>
- <YC_Time>-2</YC_Time>
- <DT>0 28 14 * * ?</DT>
- <!-- <DT2>0 0/15 * * * ?</DT2> -->
- <DT2>0 59 17 * * ?</DT2>
-
- </AudioServer>
- <!-- <DBServer>
- <DBServer>127.0.0.1</DBServer>
- <DBName>CMBCBJ_SpeechData</DBName>
- <DBType>postgresql</DBType>
- <DBUser>postgres</DBUser>
- <DBPassword>postgres</DBPassword>
- <DBConnPool>20</DBConnPool>
- <ExtractDataTable>extract_speech_data</ExtractDataTable>
- </DBServer> -->
- </SystemConfig>
- </Config>
|