From 1c5ec3086f708a2058a00743e14b7cf377d6bb47 Mon Sep 17 00:00:00 2001 From: acepace Date: Sun, 31 Jul 2016 14:33:13 +0300 Subject: [PATCH] Change default server to non-sense IP to force override. Must never be localhost. --- chaos_monkey/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chaos_monkey/config.py b/chaos_monkey/config.py index 721b3d9a2..897488794 100644 --- a/chaos_monkey/config.py +++ b/chaos_monkey/config.py @@ -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