msg-center-plat/start/src/main/resources/bootstrap.yml
2023-05-30 13:41:43 +08:00

18 lines
461 B
YAML

spring:
application:
name: msg-center
main:
allow-bean-definition-overriding: true
cloud:
nacos:
config:
#nacos 服务地址
server-addr: ${NACOS_HOST:dev-nacos.axzo.cn}:${NACOS_PORT:80}
# 文件格式
file-extension: yaml
# 指定命名空间
namespace: ${NACOS_NAMESPACE_ID:35eada10-9574-4db8-9fea-bc6a4960b6c7}
#指定激活环境
profiles:
active: ${NACOS_PROFILES_ACTIVE:dev}