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