## aws配置提取到nacos;
This commit is contained in:
parent
a87eb95fca
commit
607c1645ca
|
@ -51,6 +51,9 @@ dubbo:
|
||||||
registry:
|
registry:
|
||||||
# 使用spring-cloud注册配置
|
# 使用spring-cloud注册配置
|
||||||
address: spring-cloud://localhost
|
address: spring-cloud://localhost
|
||||||
|
provider:
|
||||||
|
# 业务线程池大小
|
||||||
|
threads: 400
|
||||||
consumer:
|
consumer:
|
||||||
# 远程服务调用超时时间(毫秒)
|
# 远程服务调用超时时间(毫秒)
|
||||||
timeout: 10000
|
timeout: 10000
|
||||||
|
@ -76,19 +79,6 @@ dubbo:
|
||||||
# dubbo 服务扫描包(开启之后才会对外提供服务)
|
# dubbo 服务扫描包(开启之后才会对外提供服务)
|
||||||
base-packages: com.hzs.member
|
base-packages: com.hzs.member
|
||||||
|
|
||||||
## AWS配置
|
|
||||||
aws:
|
|
||||||
endpoint: arn:aws:s3:::agl413-test
|
|
||||||
accessKey: AKIARHJJNF26Z6XSO5R3
|
|
||||||
secretKey: 6X2yXiKnMuqhq7WankIfelZgCDqybcxEQbmPeo9t
|
|
||||||
bucketName: agl413-test
|
|
||||||
## 目录前缀
|
|
||||||
prefixDirectory: test
|
|
||||||
## 测试访问路径
|
|
||||||
filePath: https://agl413-test.s3.af-south-1.amazonaws.com/
|
|
||||||
## 非洲
|
|
||||||
region: af-south-1
|
|
||||||
|
|
||||||
# 日志配置
|
# 日志配置
|
||||||
logging:
|
logging:
|
||||||
level:
|
level:
|
||||||
|
|
|
@ -72,19 +72,6 @@ dubbo:
|
||||||
# dubbo 服务扫描包(开启之后才会对外提供服务)
|
# dubbo 服务扫描包(开启之后才会对外提供服务)
|
||||||
base-packages: com.hzs.system
|
base-packages: com.hzs.system
|
||||||
|
|
||||||
## AWS配置
|
|
||||||
aws:
|
|
||||||
endpoint: arn:aws:s3:::agl413-test
|
|
||||||
accessKey: AKIARHJJNF26Z6XSO5R3
|
|
||||||
secretKey: 6X2yXiKnMuqhq7WankIfelZgCDqybcxEQbmPeo9t
|
|
||||||
bucketName: agl413-test
|
|
||||||
## 目录前缀
|
|
||||||
prefixDirectory: test
|
|
||||||
## 测试访问路径
|
|
||||||
filePath: https://agl413-test.s3.af-south-1.amazonaws.com/
|
|
||||||
## 非洲
|
|
||||||
region: af-south-1
|
|
||||||
|
|
||||||
# 日志配置
|
# 日志配置
|
||||||
logging:
|
logging:
|
||||||
level:
|
level:
|
||||||
|
|
|
@ -108,15 +108,3 @@ logging:
|
||||||
level:
|
level:
|
||||||
com.hzs: debug
|
com.hzs: debug
|
||||||
org.springframework: warn
|
org.springframework: warn
|
||||||
|
|
||||||
## AWS配置
|
|
||||||
aws:
|
|
||||||
accessKey: AKIARHJJNF26Z6XSO5R3
|
|
||||||
secretKey: 6X2yXiKnMuqhq7WankIfelZgCDqybcxEQbmPeo9t
|
|
||||||
bucketName: agl413-test
|
|
||||||
## 目录前缀
|
|
||||||
prefixDirectory: test
|
|
||||||
## 测试访问路径
|
|
||||||
filePath: https://agl413-test.s3.af-south-1.amazonaws.com/
|
|
||||||
## 非洲
|
|
||||||
region: af-south-1
|
|
||||||
|
|
Loading…
Reference in New Issue