remove sensitive data

master
AnisB 3 years ago
parent ff8e818167
commit e96653996b

@ -3,14 +3,14 @@ Server :
- full_address: "xmpp.sp4ke.xyz" - full_address: "xmpp.sp4ke.xyz"
Client : Client :
- jid: "bot@xmpp.sp4ke.xyz" - 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" Contacts : "chakib@xmpp.sp4ke.xyz;vicious@xmpp.sp4ke.xyz"
Hodlhodl : Hodlhodl :
- testapiendpoint : "https://hhtestnet.com/api/v1" - testapiendpoint : "https://hhtestnet.com/api/v1"
- apikey : "***REMOVED***" - apikey : "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
LogStanzas: LogStanzas:
- logger_on: "true" - logger_on: "true"
- logfile_path: "./logs" - logfile_path: "./logs"

@ -23,7 +23,6 @@ import (
const ( const (
// APIEndpoint = "https://hodlhodl.com/api/v1" // APIEndpoint = "https://hodlhodl.com/api/v1"
//TestAPIEndpoint = "https://hhtestnet.com/api/v1" //TestAPIEndpoint = "https://hhtestnet.com/api/v1"
//APIkey = "***REMOVED***"
HodlHodlCheckTimer = 5 * time.Second HodlHodlCheckTimer = 5 * time.Second
commandSymbol = "/" commandSymbol = "/"

Loading…
Cancel
Save