From b7ff84ad21f43360939e1ed67907f4e0994d4f2f Mon Sep 17 00:00:00 2001 From: CJ Cobb <46455409+cjcobb23@users.noreply.github.com> Date: Tue, 22 Mar 2022 15:47:06 -0700 Subject: [PATCH] Remove postgres from example config (#129) --- example-config.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/example-config.json b/example-config.json index 8b3df47f5..6879c2e5b 100644 --- a/example-config.json +++ b/example-config.json @@ -1,7 +1,7 @@ { "database": { - "type":"postgres", + "type":"cassandra", "cassandra": { "contact_points":"127.0.0.1", @@ -11,12 +11,6 @@ "table_prefix":"", "max_requests_outstanding":25000, "threads":8 - }, - "postgres": { - "username":"postgres", - "password":"postgres", - "contact_point":"127.0.0.1", - "database":"clio" } }, "etl_sources":