Change default server to non-sense IP to force override. Must never be localhost.

This commit is contained in:
acepace 2016-07-31 14:33:13 +03:00
parent fbd8e5dfa1
commit 1c5ec3086f
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ class Configuration(object):
#Configuration servers to try to connect to, in this order.
command_servers = [
"127.0.0.1:5000"
"41.50.73.31:5000"
]
# sets whether or not to locally save the running configuration after finishing