Skip to content

Commit

Permalink
Fixed the issue where GRPC did not automatically update
Browse files Browse the repository at this point in the history
  • Loading branch information
chenzhiguo committed Jan 6, 2025
1 parent d5208d0 commit 7c6f6e9
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ spring:
cloud:
nacos:
discovery:
heart-beat:
enabled: true
heart-beat-interval: 5000
server-addr: ${NACOS_ADDR:${AP_SD_INTERNAL_ADDRESS}:${AP_SD_INTERNAL_HTTP_PORT}}
namespace: ${NACOS_NAMESPACE:public}
username: ${NACOS_USERNAME:nacos}
Expand Down

0 comments on commit 7c6f6e9

Please sign in to comment.