mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-06-08 23:16:54 +00:00
Improved SMS handling code.
This commit is contained in:
@@ -1,14 +1,17 @@
|
||||
{
|
||||
"Name": "Skynet",
|
||||
"SMSGlobalUsername": "Username",
|
||||
"SMSGlobalPassword": "Password",
|
||||
"SMSContacts": [
|
||||
{
|
||||
"Name": "Bob",
|
||||
"Number": "12345",
|
||||
"Enabled": false
|
||||
}
|
||||
],
|
||||
"SMSGlobal": {
|
||||
"Enabled": false,
|
||||
"Username": "Username",
|
||||
"Password": "Password",
|
||||
"Contacts": [
|
||||
{
|
||||
"Name": "Bob",
|
||||
"Number": "12345",
|
||||
"Enabled": false
|
||||
}
|
||||
]
|
||||
},
|
||||
"Exchanges": [
|
||||
{
|
||||
"Name": "ANX",
|
||||
|
||||
Reference in New Issue
Block a user