zg6_week1/bwie-models/bwie-bicycle/src/main/resources/bootstrap.yml

42 lines
1.1 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# Tomcat
server:
port: 9006
# Spring
spring:
main:
allow-circular-references: true
jackson:
date-format: yyyy-MM-dd HH:mm:ss
time-zone: GMT+8
application:
# 应用名称
name: bwie-bicycle
profiles:
# 环境配置
active: dev
cloud:
nacos:
discovery:
# 服务注册地址
server-addr: 60.204.221.52:8848
config:
# 配置中心地址
server-addr: 60.204.221.52:8848
# 配置文件格式
file-extension: yml
# 共享配置
shared-configs:
- application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
fdfs:
so-timeout: 1500 # socket 连接时长
connect-timeout: 600 # 连接 tracker 服务器超时时长
# 这两个是你服务器的 IP 地址,注意 23000 端口也要打开云服务器记得配置安全组。tracker 要和 stroage 服务进行交流
tracker-list: 60.204.221.52:22122
web-server-url: 60.204.221.52:8888
pool:
jmx-enabled: false
# 生成缩略图
thumb-image:
height: 500
width: 500