mirror of
https://github.com/XRPLF/clio.git
synced 2026-04-29 15:37:53 +00:00
Remove postgres from example config (#129)
This commit is contained in:
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user