update readme with run instructions

This commit is contained in:
CJ Cobb
2021-08-12 14:38:30 -04:00
parent ea5f9162b7
commit 1dda8a16fe
4 changed files with 99 additions and 8 deletions

View File

@@ -1,13 +1,13 @@
{
"database":
{
"type":"cassandra",
"type":"postgres",
"cassandra":
{
"contact_points":"127.0.0.1",
"port":9042,
"keyspace":"clio",
"replication_factor":1,
"replication_factor":1,
"table_prefix":"",
"max_requests_outstanding":25000,
"threads":8
@@ -38,5 +38,5 @@
"log_level":"debug",
"online_delete":0,
"extractor_threads":8,
"read_only":true
"read_only":false
}