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.
30 lines
537 B
30 lines
537 B
## 端口号
|
|
#server:
|
|
# port: 8080
|
|
|
|
# 服务名称
|
|
spring:
|
|
application:
|
|
name: beacon-api
|
|
# 多环境
|
|
profiles:
|
|
active: dev
|
|
# nacos注册中心地址
|
|
cloud:
|
|
nacos:
|
|
discovery:
|
|
server-addr: 192.168.1.113:8848
|
|
# nacos配置中心地址:
|
|
config:
|
|
server-addr: 192.168.1.113:8848
|
|
file-extension: yml
|
|
# beacon-api-dev.yml
|
|
|
|
# # rabbitMQ连接信息
|
|
# rabbitmq:
|
|
# host: 192.168.1.113
|
|
# port: 5672
|
|
# username: root
|
|
# password: 19970213Dch.
|
|
# virtual-host: /
|