2025-04-16 08:15:53 +00:00
|
|
|
# Tomcat
|
|
|
|
server:
|
|
|
|
port: 9300
|
|
|
|
|
|
|
|
# Spring
|
|
|
|
spring:
|
|
|
|
application:
|
|
|
|
# 应用名称
|
|
|
|
name: m2pool-file
|
|
|
|
|
|
|
|
cloud:
|
|
|
|
nacos:
|
|
|
|
discovery:
|
|
|
|
# 服务注册地址
|
2025-04-16 08:33:44 +00:00
|
|
|
server-addr: 127.0.0.1:8808
|
2025-04-16 08:15:53 +00:00
|
|
|
config:
|
|
|
|
# 配置中心地址
|
2025-04-16 08:33:44 +00:00
|
|
|
server-addr: 127.0.0.1:8808
|
2025-04-16 08:15:53 +00:00
|
|
|
# 配置文件格式
|
|
|
|
file-extension: yml
|
|
|
|
# 共享配置
|
|
|
|
shared-configs:
|
|
|
|
- application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
|
|
|
|
file:
|
|
|
|
domain: https://www.m2pool.com
|
|
|
|
path: /var/www/html/web-test
|
|
|
|
# img: /img
|
2025-04-16 08:21:37 +00:00
|
|
|
filepath: /home/ubuntu/web
|
|
|
|
prefix: /statics
|