修改yml文件

master
MKing 2023-11-03 20:03:56 +08:00
parent a2124b6b5a
commit 0abd35745c
2 changed files with 50 additions and 0 deletions

12
.idea/.gitignore vendored 100644
View File

@ -0,0 +1,12 @@
# Default ignored files
/shelf/
/workspace.xml
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml
# Editor-based HTTP Client requests
/httpRequests/
.idea/
**/.target/

View File

@ -0,0 +1,38 @@
# Tomcat
server:
port: 9999
# Spring
spring:
application:
# 应用名称
name: four-interrogation
profiles:
# 环境配置
active: dev
cloud:
nacos:
discovery:
# 服务注册地址
server-addr: 101.34.252.165:8848
config:
# 配置中心地址
server-addr: 101.34.252.165: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: 124.221.214.183:22122
# web-server-url: 124.221.214.183:8888
# pool:
# jmx-enabled: false
# # 生成缩略图
# thumb-image:
# height: 500
# width: 500