Skip to content

Commit 65b78df

Browse files
authored
Update .asf.yaml
change the protected branch to develop temporarily for remove the sensitive info at master branch
1 parent e8fdcd3 commit 65b78df

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Diff for: .asf.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ github:
4141
merge: false
4242
rebase: false
4343
protected_branches:
44-
master:
44+
develop:
4545
required_status_checks:
4646
strict: false
4747
contexts:

Diff for: eventmesh-operator/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,6 @@ eventmesh-runtime-0-a-0 1/1 Running 0 12m
9191

9292
kubectl get pods -o wide
9393
NAME READY STATUS RESTARTS AGE IP NODE NOMINATED NODE READINESS GATES
94-
connector-rocketmq-0 1/1 Running 0 13m 10.244.0.21 minikube <none> <none>
95-
eventmesh-runtime-0-a-0 1/1 Running 0 13m 10.244.0.20 minikube <none> <none>
94+
connector-rocketmq-0 1/1 Running 0 13m 127.0.0.1 minikube <none> <none>
95+
eventmesh-runtime-0-a-0 1/1 Running 0 13m 127.0.0.1 minikube <none> <none>
9696
```

Diff for: eventmesh-sdks/eventmesh-sdk-c/configs/rmb.conf

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
consumerSysId 1000
1717
consumerSysVersion 1.0.0
18-
consumerSvrId 10.199.199.199
18+
consumerSvrId 127.0.0.1
1919
consumerDcn A00
2020
orgId 99996
2121
localIdc A
@@ -49,7 +49,7 @@ ReqGslSwitch 0
4949

5050
#wemq cc configure
5151
wemqUseHttpCfg 1
52-
configCenterIp 10.255.34.57
52+
configCenterIp 127.0.0.1
5353
configCenterPort 8090
5454
configCenterAddrMulti 127.0.0.1:8090
5555
#connect directly to access when: wemqUseHttpCfg 0

0 commit comments

Comments
 (0)