Files
clio/example-config.json
2021-08-12 14:38:30 -04:00

43 lines
878 B
JSON

{
"database":
{
"type":"postgres",
"cassandra":
{
"contact_points":"127.0.0.1",
"port":9042,
"keyspace":"clio",
"replication_factor":1,
"table_prefix":"",
"max_requests_outstanding":25000,
"threads":8
},
"postgres": {
"username":"postgres",
"password":"postgres",
"contact_point":"127.0.0.1",
"database":"clio"
}
},
"etl_sources":
[
{
"ip":"127.0.0.1",
"ws_port":"6006",
"grpc_port":"50051"
}
],
"dos_guard":
{
"whitelist":["127.0.0.1"]
},
"server":{
"ip":"0.0.0.0",
"port":8080
},
"log_level":"debug",
"online_delete":0,
"extractor_threads":8,
"read_only":false
}