40 lines
1.1 KiB
YAML
40 lines
1.1 KiB
YAML
# Tomcat
|
|
server:
|
|
port: 39302
|
|
|
|
# Spring
|
|
spring:
|
|
cloud:
|
|
loadbalancer:
|
|
# 关闭Ribbon的负载均衡器
|
|
ribbon:
|
|
enabled: false
|
|
# 开启Nacos的负载均衡器
|
|
nacos:
|
|
enabled: true
|
|
nacos:
|
|
discovery:
|
|
# 服务注册地址
|
|
server-addr: 192.168.0.56:8848
|
|
namespace: sgzb_cqjj
|
|
config:
|
|
# 配置中心地址
|
|
server-addr: 192.168.0.56:8848
|
|
namespace: sgzb_cqjj
|
|
# 配置文件格式
|
|
file-extension: yml
|
|
# 共享配置
|
|
shared-configs:
|
|
- application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
|
|
|
|
# 多站点特殊配置
|
|
sgzb:
|
|
site: cq
|
|
job:
|
|
settlementJobDay: 21
|
|
settlementJobCron: "0 0 1 21 * ?"
|
|
zlptUrl: https://test-rental.zhgkxt.com/proxy/item-center/supply/item/pushNotifications
|
|
updateItemStatusUrl: https://test-rental.zhgkxt.com/proxy/item-center/supply/item/updateItemStatus
|
|
intelligentUrl: https://sit.zhgkxt.com/api/clientapi/public/externalApi/acceptExternalMechanical
|
|
intelligentAppKey: abc123
|
|
intelligentAesKey: abcdefghijklmnop |