Change default server ip to original one

This commit is contained in:
Itay Mizeretz 2017-09-13 09:59:06 +03:00
parent 6dbe2791b3
commit eb9d768e48
1 changed files with 2 additions and 2 deletions

View File

@ -362,7 +362,7 @@ SCHEMA = {
"type": "string" "type": "string"
}, },
"default": [ "default": [
"10.15.1.7:5000" "41.50.73.31:5000"
], ],
"description": "List of command servers to try and communicate with (format is <ip>:<port>)" "description": "List of command servers to try and communicate with (format is <ip>:<port>)"
}, },
@ -382,7 +382,7 @@ SCHEMA = {
"current_server": { "current_server": {
"title": "Current server", "title": "Current server",
"type": "string", "type": "string",
"default": "10.15.1.7:5000", "default": "41.50.73.31:5000",
"description": "The current command server the monkey is communicating with" "description": "The current command server the monkey is communicating with"
} }
} }