Skip to content

Commit

Permalink
Remove postgres from example config (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcobb23 authored Mar 22, 2022
1 parent 0b2d192 commit b7ff84a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions example-config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"database":
{
"type":"postgres",
"type":"cassandra",
"cassandra":
{
"contact_points":"127.0.0.1",
Expand All @@ -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":
Expand Down

0 comments on commit b7ff84a

Please sign in to comment.