Skip to content

Commit

Permalink
fix: config json patch file
Browse files Browse the repository at this point in the history
  • Loading branch information
aniketdivekar authored and mhanson-github committed Sep 2, 2024
1 parent dfd05c2 commit 592a9fe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
"publicKey": "758b1c119412298802cd28dbfa394cdfeecc4074492d60844cc192d632d84de3"
},
"collectorInfo": {
"publicKey": "ffdb37f5b336bcdd8d4fc5b8919aaf5c0230fb0341de7752a986cd7b255896cc"
"publicKey": "ffdb37f5b336bcdd8d4fc5b8919aaf5c0230fb0341de7752a986cd7b255896cc",
"secretKey": "928faa899b61a15df6c532259552b9ad1cfb58dabcfef1fbd702eb561d3ad5e1ffdb37f5b336bcdd8d4fc5b8919aaf5c0230fb0341de7752a986cd7b255896cc"
},
"dataLogWrite": true,
"collectorMode": "MQ"
"collectorMode": "WS"
}
8 changes: 4 additions & 4 deletions config.json.patch
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
diff --git a/config.json b/config.json
index 77b4b4d..840e615 100644
index bd2cff8..865ac47 100644
--- a/config.json
+++ b/config.json
@@ -5,7 +5,8 @@
@@ -5,8 +5,9 @@
"publicKey": "758b1c119412298802cd28dbfa394cdfeecc4074492d60844cc192d632d84de3"
},
"collectorInfo": {
- "publicKey": "ffdb37f5b336bcdd8d4fc5b8919aaf5c0230fb0341de7752a986cd7b255896cc"
+ "publicKey": "ffdb37f5b336bcdd8d4fc5b8919aaf5c0230fb0341de7752a986cd7b255896cc",
+ "secretKey": "928faa899b61a15df6c532259552b9ad1cfb58dabcfef1fbd702eb561d3ad5e1ffdb37f5b336bcdd8d4fc5b8919aaf5c0230fb0341de7752a986cd7b255896cc"
},
"dataLogWrite": true
"dataLogWrite": true,
"collectorMode": "WS"
}
\ No newline at end of file

0 comments on commit 592a9fe

Please sign in to comment.