m2pool_web_backend/m2pool-modules/m2pool-file/src/main/resources/bootstrap-test.yml

29 lines
614 B
YAML
Raw Normal View History

# 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
config:
# 配置中心地址
2025-04-16 08:33:44 +00:00
server-addr: 127.0.0.1:8808
# 配置文件格式
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