2025-04-15 06:39:18 +00:00
|
|
|
#测试环境
|
|
|
|
server:
|
|
|
|
port: 9509
|
|
|
|
compression:
|
|
|
|
enabled: true
|
|
|
|
mime-types: application/json
|
|
|
|
|
|
|
|
spring:
|
2025-04-23 04:24:50 +00:00
|
|
|
mvc:
|
|
|
|
pathmatch:
|
|
|
|
matching-strategy: ant-path-matcher
|
2025-04-15 06:39:18 +00:00
|
|
|
application:
|
|
|
|
# 应用名称
|
|
|
|
name: m2pool-chat
|
|
|
|
# profiles:
|
|
|
|
# # 环境配置
|
|
|
|
# active: test
|
|
|
|
cloud:
|
|
|
|
nacos:
|
|
|
|
discovery:
|
|
|
|
# 服务注册地址
|
2025-05-19 07:12:39 +00:00
|
|
|
server-addr: 127.0.0.1:8808
|
2025-04-15 06:39:18 +00:00
|
|
|
namespace: m2_test
|
|
|
|
group: m2_test_group
|
2025-05-19 07:12:39 +00:00
|
|
|
# server-addr: 127.0.0.1:8808
|
2025-04-15 06:39:18 +00:00
|
|
|
config:
|
|
|
|
# 配置中心地址
|
2025-05-19 07:12:39 +00:00
|
|
|
server-addr: 127.0.0.1:8808
|
|
|
|
# server-addr: 127.0.0.1:8808
|
2025-04-15 06:39:18 +00:00
|
|
|
# 配置文件格式
|
|
|
|
file-extension: yml
|
|
|
|
# 共享配置
|
|
|
|
shared-configs:
|
|
|
|
- application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
|
|
|
|
namespace: m2_test
|
|
|
|
group: m2_test_group
|
|
|
|
servlet:
|
|
|
|
multipart:
|
|
|
|
max-file-size: 2MB
|
|
|
|
max-request-size: 8MB
|
|
|
|
|