forcing line breaks

master
Ray Slakinski 2010-05-10 15:01:26 -04:00
parent 399dd2aaef
commit bc5f7feedd
1 changed files with 6 additions and 6 deletions

View File

@ -28,15 +28,15 @@ Installing cassandra-sessions
3. Add settings describing where to connect to Cassandra:
`CASSANDRA_POOL = ('127.0.0.1:9160',)
`CASSANDRA_POOL = ('127.0.0.1:9160',)
CASSANDRA_SESSION_KEYSPACE = 'Testing'`
4. Create the Keyspace and Column Family in Cassandra:
`<Keyspace Name="Testing">
<ColumnFamily Name="Sessions" CompareWith="UTF8Type"/>
<ReplicaPlacementStrategy>org.apache.cassandra.locator.RackUnawareStrategy</ReplicaPlacementStrategy>
<ReplicationFactor>1</ReplicationFactor>
<EndPointSnitch>org.apache.cassandra.locator.EndPointSnitch</EndPointSnitch>
`<Keyspace Name="Testing">
<ColumnFamily Name="Sessions" CompareWith="UTF8Type"/>
<ReplicaPlacementStrategy>org.apache.cassandra.locator.RackUnawareStrategy</ReplicaPlacementStrategy>
<ReplicationFactor>1</ReplicationFactor>
<EndPointSnitch>org.apache.cassandra.locator.EndPointSnitch</EndPointSnitch>
</Keyspace>`