From e96653996b4d5a64af4aad65499bcd437e54f9b0 Mon Sep 17 00:00:00 2001 From: AnisB Date: Sun, 22 Aug 2021 23:19:07 +0100 Subject: [PATCH] remove sensitive data --- config.yml | 6 +++--- main.go | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/config.yml b/config.yml index ff61732..43f7bd5 100644 --- a/config.yml +++ b/config.yml @@ -3,14 +3,14 @@ Server : - full_address: "xmpp.sp4ke.xyz" Client : - jid: "bot@xmpp.sp4ke.xyz" - - pass: "***REMOVED***" #Password in a config file yay + - pass: "xxxxxxxxx" #Password in a config file yay Contacts : "chakib@xmpp.sp4ke.xyz;vicious@xmpp.sp4ke.xyz" Hodlhodl : - testapiendpoint : "https://hhtestnet.com/api/v1" - - apikey : "***REMOVED***" + - apikey : "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" LogStanzas: - logger_on: "true" - - logfile_path: "./logs" \ No newline at end of file + - logfile_path: "./logs" diff --git a/main.go b/main.go index aafdfcf..85762d3 100644 --- a/main.go +++ b/main.go @@ -23,7 +23,6 @@ import ( const ( // APIEndpoint = "https://hodlhodl.com/api/v1" //TestAPIEndpoint = "https://hhtestnet.com/api/v1" - //APIkey = "***REMOVED***" HodlHodlCheckTimer = 5 * time.Second commandSymbol = "/"