You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
1000 B
27 lines
1000 B
spring:
|
|
# Nacos config
|
|
cloud:
|
|
nacos:
|
|
config:
|
|
# Nacos config 地址
|
|
server-addr: nacos-1.itax.local:33000
|
|
# Nacos config 命名空间,对应配置中的名称(dxhy-jxpt-namespace)
|
|
namespace: 6d5c274e-cbe8-48bc-b912-8007e2c87e68
|
|
# Nacos config 分组
|
|
group: dxhy-core-group
|
|
# Nacos config 登录用户名
|
|
username: nacos
|
|
# Nacos config 登录密码
|
|
password: FaP!a0_NacOs
|
|
# Nacos config 配置文件前缀
|
|
prefix: dxhy-core
|
|
# Nacos config 配置文件后缀,拼接完URL需要对应NacosServer中的dataId对应配置,${prefix}-${spring.profiles.active}.${file-extension}
|
|
file-extension: yaml
|
|
# Nacos discovery 配置
|
|
discovery:
|
|
server-addr: nacos-1.itax.local:33000
|
|
# Nacos config 登录用户名
|
|
username: nacos
|
|
# Nacos config 登录密码
|
|
password: FaP!a0_NacOs
|
|
namespace: 6d5c274e-cbe8-48bc-b912-8007e2c87e68 |