Skip to content

Commit b7ff84a

Browse files
authored
Remove postgres from example config (#129)
1 parent 0b2d192 commit b7ff84a

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

example-config.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"database":
33
{
4-
"type":"postgres",
4+
"type":"cassandra",
55
"cassandra":
66
{
77
"contact_points":"127.0.0.1",
@@ -11,12 +11,6 @@
1111
"table_prefix":"",
1212
"max_requests_outstanding":25000,
1313
"threads":8
14-
},
15-
"postgres": {
16-
"username":"postgres",
17-
"password":"postgres",
18-
"contact_point":"127.0.0.1",
19-
"database":"clio"
2014
}
2115
},
2216
"etl_sources":

0 commit comments

Comments
 (0)