Cyclic dependence
Former-commit-id: 28e9d5c3663d049c4e1821c60979072a74862ed5
This commit is contained in:
parent
b04fb7eea7
commit
e425abb5b0
|
@ -5,16 +5,21 @@ Port: 8999
|
|||
Timeout: 50000
|
||||
|
||||
DB:
|
||||
DataSource: root:uJpLd6u-J?HC1@(118.195.174.14:3306)/pcm?parseTime=true&loc=Local
|
||||
DataSource: root:uJpLd6u-J?HC1@(10.206.0.12:3306)/pcm?parseTime=true&loc=Local
|
||||
|
||||
Redis:
|
||||
Host: localhost:6379
|
||||
Host: 10.206.0.12:6379
|
||||
Pass: redisPW123
|
||||
|
||||
Cache:
|
||||
- Host: 10.206.0.12:6379
|
||||
Pass: redisPW123
|
||||
|
||||
# k8s rpc
|
||||
K8sNativeConf:
|
||||
# target: nacos://10.206.0.12:8848/pcm.kubenative.rpc?timeout=30s&namespaceid=test&groupname=DEFAULT_GROUP&appName=pcm.core.api
|
||||
Endpoints:
|
||||
- pcm-participant-kubernetes-service:2003
|
||||
- 127.0.0.1:2003
|
||||
NonBlock: true
|
||||
|
||||
#rpc
|
||||
|
@ -48,9 +53,9 @@ ACRpcConf:
|
|||
|
||||
#rpc
|
||||
CephRpcConf:
|
||||
target: nacos://10.206.0.12:8848/pcm.ceph.rpc?timeout=30s&namespaceid=test&groupname=DEFAULT_GROUP&appName=pcm.core.api
|
||||
# Endpoints:
|
||||
# - 127.0.0.1:8888
|
||||
# target: nacos://10.206.0.12:8848/pcm.ceph.rpc?timeout=30s&namespaceid=test&groupname=DEFAULT_GROUP&appName=pcm.core.api
|
||||
Endpoints:
|
||||
- pcm-participant-ceph-service:2008
|
||||
NonBlock: true
|
||||
Timeout: 50000
|
||||
|
||||
|
@ -76,6 +81,8 @@ PcmCoreRpcConf:
|
|||
NonBlock: true
|
||||
Timeout: 20000
|
||||
|
||||
NexusUrl: http://10.101.15.175:8081
|
||||
|
||||
JccScheduleUrl: http://jcce-schedule-service:8082
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue