update 文件上传服务完成
This commit is contained in:
@@ -1,18 +1,19 @@
|
||||
# Tomcat
|
||||
server:
|
||||
port: 9300
|
||||
port: 9504
|
||||
|
||||
# Spring
|
||||
spring:
|
||||
application:
|
||||
# 应用名称
|
||||
name: m2pool-file
|
||||
|
||||
cloud:
|
||||
nacos:
|
||||
discovery:
|
||||
# 服务注册地址
|
||||
server-addr: 127.0.0.1:8808
|
||||
namespace: m2_test
|
||||
group: m2_test_group
|
||||
config:
|
||||
# 配置中心地址
|
||||
server-addr: 127.0.0.1:8808
|
||||
@@ -22,8 +23,8 @@ spring:
|
||||
shared-configs:
|
||||
- application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
|
||||
file:
|
||||
domain: https://www.m2pool.com
|
||||
path: /var/www/html/web-test
|
||||
domain: https://test.m2pool.com
|
||||
path: /var/www/html/web_test
|
||||
# img: /img
|
||||
filepath: /home/ubuntu/web
|
||||
prefix: /statics
|
||||
Reference in New Issue
Block a user