blob: 69b04385e8f9aa0a1a1a7a60e6e4bf5c428ce48c [file] [log] [blame]
spring:
application:
name: dubbo-registry-nacos-consumer-sample
demo:
service:
version: 1.0.0
nacos:
host: 127.0.0.1
port: 8848
username: nacos
password: nacos
dubbo:
registry:
address: nacos://${nacos.host}:${nacos.port}/?username=${nacos.username}&password=${nacos.password}