mirror of https://github.com/tteck/Proxmox.git
feat: add cassandra lxc
This commit is contained in:
parent
ad008b8ceb
commit
132b8d50fb
|
@ -811,7 +811,7 @@ listen_address:
|
||||||
|
|
||||||
# Address to broadcast to other Cassandra nodes
|
# Address to broadcast to other Cassandra nodes
|
||||||
# Leaving this blank will set it to the same value as listen_address
|
# Leaving this blank will set it to the same value as listen_address
|
||||||
broadcast_address: 1.2.3.4
|
#broadcast_address: 1.2.3.4
|
||||||
|
|
||||||
# When using multiple physical network interfaces, set this
|
# When using multiple physical network interfaces, set this
|
||||||
# to true to listen on broadcast_address in addition to
|
# to true to listen on broadcast_address in addition to
|
||||||
|
@ -909,7 +909,7 @@ rpc_address: 0.0.0.0
|
||||||
# be set to 0.0.0.0. If left blank, this will be set to the value of
|
# be set to 0.0.0.0. If left blank, this will be set to the value of
|
||||||
# rpc_address. If rpc_address is set to 0.0.0.0, broadcast_rpc_address must
|
# rpc_address. If rpc_address is set to 0.0.0.0, broadcast_rpc_address must
|
||||||
# be set.
|
# be set.
|
||||||
# broadcast_rpc_address: 1.2.3.4
|
broadcast_rpc_address: 1.2.3.4
|
||||||
|
|
||||||
# enable or disable keepalive on rpc/native connections
|
# enable or disable keepalive on rpc/native connections
|
||||||
rpc_keepalive: true
|
rpc_keepalive: true
|
||||||
|
|
Loading…
Reference in New Issue