From 9bc25ceffbb12b3b79db22bb07741fcb43e94c30 Mon Sep 17 00:00:00 2001 From: Charles Gould Date: Fri, 6 Jan 2017 17:33:50 -0500 Subject: [PATCH] Default to development WebSocket URL --- client/src/main/config/application.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/main/config/application.yaml b/client/src/main/config/application.yaml index 977deab..69b6488 100644 --- a/client/src/main/config/application.yaml +++ b/client/src/main/config/application.yaml @@ -1,7 +1,7 @@ # http://docs.spring.io/spring-boot/docs/current/reference/html/common-application-properties.html # Development -#web.socket.url: ws://localhost:8080/stomp +web.socket.url: ws://localhost:8080/stomp # Production -web.socket.url: ws://lingo.charego.com/stomp +#web.socket.url: ws://lingo.charego.com/stomp