forked from p15670423/monkey
Change default server to non-sense IP to force override. Must never be localhost.
This commit is contained in:
parent
fbd8e5dfa1
commit
1c5ec3086f
|
@ -143,7 +143,7 @@ class Configuration(object):
|
||||||
|
|
||||||
#Configuration servers to try to connect to, in this order.
|
#Configuration servers to try to connect to, in this order.
|
||||||
command_servers = [
|
command_servers = [
|
||||||
"127.0.0.1:5000"
|
"41.50.73.31:5000"
|
||||||
]
|
]
|
||||||
|
|
||||||
# sets whether or not to locally save the running configuration after finishing
|
# sets whether or not to locally save the running configuration after finishing
|
||||||
|
|
Loading…
Reference in New Issue