feat: 修改服务器地址

This commit is contained in:
landaiqing
2024-04-30 14:34:14 +08:00
parent 0641192ffd
commit 32de8df4c9
6 changed files with 12 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
server:
port: 4000
minio:
url: http://116.196.80.239:9000/
url: http://1.95.0.111:9000/
accessKey: landaiqing
secretKey: LDQ20020618xxx

View File

@@ -6,12 +6,12 @@ spring:
cloud:
nacos:
config:
server-addr: 116.196.80.239:8848
server-addr: 1.95.0.111:8848
prefix: ${spring.application.name}
group: DEFAULT_GROUP
namespace:
file-extension: yaml
discovery:
enabled: true
server-addr: 116.196.80.239:8848
server-addr: 1.95.0.111:8848