Skip to content

Commit

Permalink
Merge pull request #321 from TrandPick/PortChange
Browse files Browse the repository at this point in the history
chore: netty 의존성 추가 (#280)
  • Loading branch information
hye-0000 authored Jul 2, 2023
2 parents cce02a4 + 2de36d1 commit b713fb1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class WebSocketConfig implements WebSocketMessageBrokerConfigurer {
public void configureMessageBroker(MessageBrokerRegistry config) {
config.enableStompBrokerRelay("/topic")
.setRelayHost(redisHost)
.setRelayPort(61613);
.setRelayPort(6379);
config.setApplicationDestinationPrefixes("/app");
}

Expand Down

0 comments on commit b713fb1

Please sign in to comment.