Remove postgres from example config (#129)

This commit is contained in:
CJ Cobb
2022-03-22 15:47:06 -07:00
committed by GitHub
parent 0b2d192f9c
commit b7ff84ad21

View File

@@ -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":