remove sensitive data

master
AnisB 3 years ago
parent ff8e818167
commit e96653996b

@ -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"
- logfile_path: "./logs"

@ -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 = "/"

Loading…
Cancel
Save