Last active
September 16, 2023 11:07
-
-
Save Enigo/9725abba1d1d37b24f9e3527b94c3c23 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cluster_name: ClusterName | |
num_tokens: 256 | |
data_file_directories: | |
- /var/lib/scylla/data | |
commitlog_directory: /var/lib/scylla/commitlog | |
seed_provider: | |
- class_name: org.apache.cassandra.locator.SimpleSeedProvider | |
parameters: | |
- seeds: localhost | |
listen_address: localhost | |
rpc_address: localhost | |
native_transport_port: 9042 | |
endpoint_snitch: Ec2Snitch |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment