Add cli flags

This commit is contained in:
Mak Muftic
2021-09-24 12:37:16 +02:00
parent 0c390d12f7
commit e46da5a181
4 changed files with 47 additions and 0 deletions
+12
View File
@@ -537,6 +537,18 @@ Type: Array of multiaddress peerinfo strings, must include peerid (/p2p/12D3K...
Name: "ElasticSearchTracer",
Type: "string",
Comment: ``,
},
{
Name: "ElasticSearchIndex",
Type: "string",
Comment: ``,
},
{
Name: "TracerSourceAuth",
Type: "string",
Comment: ``,
},
},
+1
View File
@@ -311,6 +311,7 @@ type Pubsub struct {
RemoteTracer string
JsonTracerFile string
ElasticSearchTracer string
ElasticSearchIndex string
TracerSourceAuth string
}