From 2cee2379725979c879a62d43efcc978a6b80b598 Mon Sep 17 00:00:00 2001 From: Madhur Ahuja Date: Sat, 20 Jan 2024 09:50:13 +0530 Subject: [PATCH] feat: lxc install for cassandra --- install/cassandra-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/cassandra-install.sh b/install/cassandra-install.sh index 28d0b5e0..e4128702 100644 --- a/install/cassandra-install.sh +++ b/install/cassandra-install.sh @@ -797,7 +797,7 @@ ssl_storage_port: 7001 # # Setting listen_address to 0.0.0.0 is always wrong. # -listen_address: +listen_address: localhost # Set listen_address OR listen_interface, not both. Interfaces must correspond # to a single address, IP aliasing is not supported.