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