config.xml 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <Config>
  3. <SystemConfig>
  4. <Server>
  5. <ServerOS>LINUX</ServerOS>
  6. <ServerName>AudioExtract_client_4</ServerName>
  7. <!-- Server端ip地址,非本机地址 -->
  8. <ServerIp>127.0.0.1</ServerIp>
  9. <ServerPort>28001</ServerPort>
  10. <Type>Client</Type>
  11. <!-- 如果此服务器Type为client,此项必填-->
  12. <ServerAlias>client_2</ServerAlias>
  13. <ServerId>0</ServerId>
  14. </Server>
  15. <AudioServer>
  16. <IP>10.8.6.156</IP>
  17. <Port>8084</Port>
  18. <!-- day是每日都会抽取 2019-01-01~2019-01-02是时间段落 -->
  19. <DateTYP>day</DateTYP>
  20. <!-- day情况下的延迟天数 -->
  21. <YC_Date>-1</YC_Date>
  22. <YC_Time>-2</YC_Time>
  23. <DT>0 28 14 * * ?</DT>
  24. <!-- <DT2>0 0/15 * * * ?</DT2> -->
  25. <DT2>0 59 17 * * ?</DT2>
  26. </AudioServer>
  27. <!-- <DBServer>
  28. <DBServer>127.0.0.1</DBServer>
  29. <DBName>CMBCBJ_SpeechData</DBName>
  30. <DBType>postgresql</DBType>
  31. <DBUser>postgres</DBUser>
  32. <DBPassword>postgres</DBPassword>
  33. <DBConnPool>20</DBConnPool>
  34. <ExtractDataTable>extract_speech_data</ExtractDataTable>
  35. </DBServer> -->
  36. </SystemConfig>
  37. </Config>