Browse Source

Typo in Cassandra config

Hamilton Turner 10 years ago
parent
commit
e8af5c727c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/cassandra/cassandra.yaml

+ 1 - 1
config/cassandra/cassandra.yaml

@@ -294,7 +294,7 @@ ssl_storage_port: 7001
 # address associated with the hostname (it might not be).
 # address associated with the hostname (it might not be).
 #
 #
 # Setting this to 0.0.0.0 is always wrong.
 # Setting this to 0.0.0.0 is always wrong.
-# listen_address: 127.0.0.1
+listen_address: 127.0.0.1
 
 
 # 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