localconfig.xml 752 B

12345678910111213141516171819202122232425262728293031
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <CONFIGURATION>
  3. <!--BusId-->
  4. <BusId>diosAlpha</BusId>
  5. <!--MachineId-->
  6. <MachineId>{AA120E46-1A0E-44BC-A6EE-2B5CE95F75FD}</MachineId>
  7. <!--RouterIp,normally used to test environment-->
  8. <!--RouterIp>192.168.2.77</RouterIp-->
  9. <!--RouterIp>192.168.4.37</RouterIp-->
  10. <RouterIp>127.0.0.1</RouterIp>
  11. <EnableEbusLog>0</EnableEbusLog>
  12. <!--P2P Options-->
  13. <P2pEnable>0</P2pEnable>
  14. <P2pServer>192.168.0.3</P2pServer>
  15. <P2pClient>1</P2pClient>
  16. <!--ShareMemory Options-->
  17. <BigBlockSize>2000000</BigBlockSize>
  18. <BigBlockCount>4</BigBlockCount>
  19. <SmallBlockSize>300000</SmallBlockSize>
  20. <SmallBlockCount>10</SmallBlockCount>
  21. <!--for share memory stream .MB -->
  22. <LogLevel>1</LogLevel>
  23. </CONFIGURATION>