Commit 382988a0 by Ryan Baxter

Fixed hostname

parent 88431bdb
...@@ -138,7 +138,7 @@ class LocalRibbonClientConfiguration { ...@@ -138,7 +138,7 @@ class LocalRibbonClientConfiguration {
@Bean @Bean
public ServerList<Server> ribbonServerList() { public ServerList<Server> ribbonServerList() {
return new StaticServerList<>(new Server("ocr-participants-cf-new.cfapps.io", 80), return new StaticServerList<>(new Server("mybadhost", 80),
new Server("mybadhost2", 10002), new Server("mybadhost2", 10002),
new Server("mybadhost3", 10003), new Server("localhost", this.port)); new Server("mybadhost3", 10003), new Server("localhost", this.port));
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment