Skip to content

Commit

Permalink
fix some error
Browse files Browse the repository at this point in the history
  • Loading branch information
sollhui committed Jul 1, 2022
1 parent cf0cff7 commit 9960b25
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ public class NacosDiscoveryProperties {
/**
* choose IPV4 or IPV6,if you don't set it will choose IPV4
*/
private String ipType = "IPV6" ;
private String ipType = "IPV4" ;

/**
* The port your want to register for your service instance, needn't to set it if the
Expand Down

0 comments on commit 9960b25

Please sign in to comment.