43 lines
703 B
Plaintext
Executable File
43 lines
703 B
Plaintext
Executable File
# ${DG_IP}:${DG_PORT},${DG_IP}:${DG_PORT} ... (max:10))
|
|
# default: NULL
|
|
DGADDR_LIST=
|
|
|
|
# If DG connection fails by the set value, "imxosm" attempts to connect sequentially to the value in "DG_ADDR_LIST" ( default:5)
|
|
DGADDR_LIST_RECONNECT_COUNT=5
|
|
|
|
# ${IP}:${TCP_PORT}
|
|
#WR_ADDR=127.0.0.1:1314
|
|
WR_ADDR=10.10.52.5:1314
|
|
#WR_ADDR=10.10.52.4:1314
|
|
|
|
# ${UDP_PORT|UDP_PORT}
|
|
TXN_ADDR=2404
|
|
|
|
# ${UDP_PORT|UDP_PORT}
|
|
UTS_ADDR=2504
|
|
|
|
# default 10000
|
|
TXN_REGISTRY_SIZE=
|
|
|
|
# default 200000
|
|
MTD_REGISTRY_SIZE=
|
|
|
|
# default 200
|
|
MTD_BUFFER_COUNT=
|
|
|
|
# default 60KB
|
|
MTD_MAX_SIZE=
|
|
|
|
# default false
|
|
REMOVE_JDBC_ADVICE=
|
|
|
|
# default false
|
|
REMOVE_JDBC_BIND_ADVICE=
|
|
|
|
# default false
|
|
DISABLE_SQL_SID=
|
|
|
|
# default true
|
|
USE_TCP_SEND_HEADER=
|
|
|