31 lines
677 B
YAML
31 lines
677 B
YAML
# Tomcat
|
|
server:
|
|
port: 9504
|
|
|
|
# Spring
|
|
spring:
|
|
application:
|
|
# 应用名称
|
|
name: m2pool-file
|
|
cloud:
|
|
nacos:
|
|
discovery:
|
|
# 服务注册地址
|
|
server-addr: 10.168.2.150:8808
|
|
namespace: m2_test
|
|
group: m2_test_group
|
|
config:
|
|
# 配置中心地址
|
|
server-addr: 10.168.2.150:8808
|
|
# 配置文件格式
|
|
file-extension: yml
|
|
# 共享配置
|
|
shared-configs:
|
|
- application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
|
|
file:
|
|
domain: https://test.m2pool.com
|
|
path: /var/www/html/web_test
|
|
# img: /img
|
|
filepath: /home/ubuntu/web
|
|
prefix: /statics
|