siteConfig.properties 617 B

1234567891011121314151617181920212223
  1. #------------------------------------------------------------
  2. # Configuring Site
  3. #------------------------------------------------------------
  4. site.config.debug = N
  5. site.config.beta = N
  6. site.config.writeLog = N
  7. # Y:read group detail property N:L2 group all property is Y
  8. #(L2.KR = Y, L2.BOF = Y, L2.CAS = Y, L2.RH = Y,L2.LF = Y, L2.CCM =Y
  9. L2.debug = Y
  10. L2.KR = N
  11. L2.BOF = Y
  12. L2.CAS = N
  13. L2.RH = N
  14. L2.LF = Y
  15. L2.CCM = Y
  16. # system print all log include telegram format
  17. TC.detail = Y
  18. # debug communication proc (Y: not update database record, N: update database )
  19. TC.debug = N
  20. # Com Server port
  21. TC.port = 27000