smallchill
5 years ago
8 changed files with 58 additions and 8 deletions
@ -0,0 +1,20 @@
|
||||
registry { |
||||
# file 、nacos 、eureka、redis、zk、consul、etcd3、sofa |
||||
type = "nacos" |
||||
|
||||
nacos { |
||||
serverAddr = "localhost" |
||||
namespace = "" |
||||
cluster = "default" |
||||
} |
||||
} |
||||
|
||||
config { |
||||
# file、nacos 、apollo、zk、consul、etcd3 |
||||
type = "nacos" |
||||
|
||||
nacos { |
||||
serverAddr = "localhost" |
||||
namespace = "" |
||||
} |
||||
} |
@ -0,0 +1,20 @@
|
||||
registry { |
||||
# file 、nacos 、eureka、redis、zk、consul、etcd3、sofa |
||||
type = "nacos" |
||||
|
||||
nacos { |
||||
serverAddr = "localhost" |
||||
namespace = "" |
||||
cluster = "default" |
||||
} |
||||
} |
||||
|
||||
config { |
||||
# file、nacos 、apollo、zk、consul、etcd3 |
||||
type = "nacos" |
||||
|
||||
nacos { |
||||
serverAddr = "localhost" |
||||
namespace = "" |
||||
} |
||||
} |
Loading…
Reference in new issue