You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12345678910111213
  1. {
  2. "cassandra_addresses": ["127.0.0.1"],
  3. "cassandra_port": 9042,
  4. "cassandra_keyspace": "distributedunionfind",
  5. "setup_db_dir": "config/db",
  6. "setup_tables_dir": "config/db/tables",
  7. "setup_keyspace_dir": "config/db/keyspace",
  8. "tx_table_name": "transactions",
  9. "clusters_table_name": "clusters"
  10. }