24 lines
356 B
Properties
24 lines
356 B
Properties
# The ID of *this* particular cluster node
|
|
node.id=0
|
|
|
|
max.threads=100
|
|
|
|
############### DB options ######################
|
|
|
|
http.enable=true
|
|
socket.enable=true
|
|
|
|
# BDB
|
|
bdb.sync.transactions=false
|
|
bdb.cache.size=100MB
|
|
|
|
# Mysql
|
|
mysql.host=localhost
|
|
mysql.port=1521
|
|
mysql.user=root
|
|
mysql.password=3306
|
|
mysql.database=test
|
|
|
|
#ReadOnly
|
|
enable.readonly.engine=true
|
|
|