| 1234567891011121314151617181920212223 |
- #------------------------------------------------------------
- # Configuring Site
- #------------------------------------------------------------
- site.config.debug = N
- site.config.beta = N
- site.config.writeLog = N
- # Y:read group detail property N:L2 group all property is Y
- #(L2.KR = Y, L2.BOF = Y, L2.CAS = Y, L2.RH = Y,L2.LF = Y, L2.CCM =Y
- L2.debug = Y
- L2.KR = N
- L2.BOF = Y
- L2.CAS = N
- L2.RH = N
- L2.LF = Y
- L2.CCM = Y
- # system print all log include telegram format
- TC.detail = Y
- # debug communication proc (Y: not update database record, N: update database )
- TC.debug = N
- # Com Server port
- TC.port = 27000
|