Skip to content

Commit 444916e

Browse files
committed
undo changes
1 parent 277cdae commit 444916e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

compose/cassandra-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ seed_provider:
463463
parameters:
464464
# seeds is actually a comma-delimited list of addresses.
465465
# Ex: "<ip1>,<ip2>,<ip3>"
466-
- seeds: "172.18.0.2"
466+
- seeds: "172.26.0.2"
467467

468468
# For workloads with more data than can fit in memory, Cassandra's
469469
# bottleneck will be reads that need to fetch data from
@@ -663,7 +663,7 @@ ssl_storage_port: 7001
663663
#
664664
# Setting listen_address to 0.0.0.0 is always wrong.
665665
#
666-
listen_address: 172.18.0.2
666+
listen_address: 172.26.0.2
667667

668668
# Set listen_address OR listen_interface, not both. Interfaces must correspond
669669
# to a single address, IP aliasing is not supported.
@@ -677,7 +677,7 @@ listen_address: 172.18.0.2
677677

678678
# Address to broadcast to other Cassandra nodes
679679
# Leaving this blank will set it to the same value as listen_address
680-
broadcast_address: 172.18.0.2
680+
broadcast_address: 172.26.0.2
681681

682682
# When using multiple physical network interfaces, set this
683683
# to true to listen on broadcast_address in addition to
@@ -763,7 +763,7 @@ rpc_address: 0.0.0.0
763763
# be set to 0.0.0.0. If left blank, this will be set to the value of
764764
# rpc_address. If rpc_address is set to 0.0.0.0, broadcast_rpc_address must
765765
# be set.
766-
broadcast_rpc_address: 172.18.0.2
766+
broadcast_rpc_address: 172.26.0.2
767767

768768
# enable or disable keepalive on rpc/native connections
769769
rpc_keepalive: true

0 commit comments

Comments
 (0)