44 lines
963 B
YAML
44 lines
963 B
YAML
|
#测试环境
|
||
|
server:
|
||
|
port: 9509
|
||
|
compression:
|
||
|
enabled: true
|
||
|
mime-types: application/json
|
||
|
|
||
|
spring:
|
||
|
application:
|
||
|
# 应用名称
|
||
|
name: m2pool-chat
|
||
|
# profiles:
|
||
|
# # 环境配置
|
||
|
# active: test
|
||
|
cloud:
|
||
|
nacos:
|
||
|
discovery:
|
||
|
# 服务注册地址
|
||
|
server-addr: 127.0.0.1:8848
|
||
|
namespace: m2_test
|
||
|
group: m2_test_group
|
||
|
# server-addr: 127.0.0.1:8808
|
||
|
config:
|
||
|
# 配置中心地址
|
||
|
server-addr: 127.0.0.1:8848
|
||
|
# server-addr: 127.0.0.1:8808
|
||
|
# 配置文件格式
|
||
|
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
|
||
|
|
||
|
myenv:
|
||
|
domain: https://test.m2pool.com
|
||
|
path: /var/www/html/web_test
|
||
|
img: /imgpp
|
||
|
|