localconfig.xml 758 B

12345678910111213141516171819202122232425262728293031
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <CONFIGURATION>
  3. <!--BusId-->
  4. <BusId>diosAlpha</BusId>
  5. <!--MachineId-->
  6. <MachineId>{66888A95-CDBE-6CA6-B53F-86185E4B9C88}</MachineId>
  7. <!--RouterIp,normally used to test environment-->
  8. <!--RouterIp>192.168.2.51</RouterIp-->
  9. <!--RouterIp>192.168.2.51</RouterIp-->
  10. <RouterIp>192.168.2.51</RouterIp>
  11. <EnableEbusLog>0</EnableEbusLog>
  12. <!--P2P Options-->
  13. <P2pEnable>0</P2pEnable>
  14. <P2pServer>192.168.2.51</P2pServer>
  15. <P2pClient>1</P2pClient>
  16. <!--ShareMemory Options-->
  17. <BigBlockSize>20000000</BigBlockSize>
  18. <BigBlockCount>4</BigBlockCount>
  19. <SmallBlockSize>3000000</SmallBlockSize>
  20. <SmallBlockCount>10</SmallBlockCount>
  21. <!--for share memory stream .MB -->
  22. <LogLevel>1</LogLevel>
  23. </CONFIGURATION>