Skip to content

Commit

Permalink
chore: netty 의존성 추가 (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
angelSuho committed Jul 2, 2023
1 parent 2b06bd7 commit 2de36d1
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 2de36d1

Please sign in to comment.