You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
701 B
YAML

# Tomcat
server:
port: 8718
# Spring
spring:
application:
# 应用名称
name: ruoyi-sentinel-dashboard
profiles:
# 环境配置
active: @profiles.active@
sentinel:
dashboard:
version: @sentinel.version@
--- # nacos 配置
spring:
cloud:
nacos:
# nacos 服务地址
server-addr: @nacos.server@
discovery:
# 注册组
group: @nacos.discovery.group@
namespace: ${spring.profiles.active}
config:
# 配置组
group: @nacos.config.group@
namespace: ${spring.profiles.active}
config:
import:
- optional:nacos:application-common.yml
- optional:nacos:${spring.application.name}.yml