mirror of
https://github.com/XRPLF/clio.git
synced 2026-04-29 15:37:53 +00:00
put peers in correct spot in example config (#376)
This commit is contained in:
@@ -22,11 +22,14 @@
|
||||
"grpc_port":"50051"
|
||||
}
|
||||
],
|
||||
"peers": [],
|
||||
"dos_guard":
|
||||
{
|
||||
"whitelist":["127.0.0.1"]
|
||||
},
|
||||
"cache":
|
||||
{
|
||||
"peers": [{"ip":"127.0.0.1","port":51234}]
|
||||
},
|
||||
"server":{
|
||||
"ip":"0.0.0.0",
|
||||
"port":51233
|
||||
|
||||
Reference in New Issue
Block a user