feat: 修改服务器地址
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user