File tree Expand file tree Collapse file tree 4 files changed +26
-7
lines changed Expand file tree Collapse file tree 4 files changed +26
-7
lines changed Original file line number Diff line number Diff line change 2222 GOARCH : amd64
2323 GOPROXY : https://proxy.golang.org
2424 JDK_VER : 13.0.x
25- DAPR_RUNTIME_VER : 0.8 .0-rc.0
25+ DAPR_RUNTIME_VER : 0.9 .0-rc.1
2626 DAPR_INSTALL_URL : https://raw.githubusercontent.com/dapr/cli/e498de9f7dd92c30aa592d6e6761dc924bb53cc2/install/install.sh
27- DAPR_CLI_REF : 15a3ffa1d74ca3f017decee6a4bc8ac7b3ed5ba0
27+ DAPR_CLI_REF : v0.9.0-rc.2
2828 DAPR_REF :
2929 OSSRH_USER_TOKEN : ${{ secrets.OSSRH_USER_TOKEN }}
3030 OSSRH_PWD_TOKEN : ${{ secrets.OSSRH_PWD_TOKEN }}
Original file line number Diff line number Diff line change 4040hs_err_pid *
4141
4242# Some other generated folders/files
43- ** /components /redis.yaml
44- ** /components /redis_messagebus.yaml
45- ** /components /statestore.yaml
46- ** /components /messagebus.yaml
47- ** /components /pubsub.yaml
4843/docs /dapr-sdk-actors
4944/docs /dapr-sdk-autogen
5045/docs /dapr-sdk
Original file line number Diff line number Diff line change 1+ apiVersion : dapr.io/v1alpha1
2+ kind : Component
3+ metadata :
4+ name : messagebus
5+ spec :
6+ type : pubsub.redis
7+ metadata :
8+ - name : redisHost
9+ value : localhost:6379
10+ - name : redisPassword
11+ value : " "
Original file line number Diff line number Diff line change 1+ apiVersion : dapr.io/v1alpha1
2+ kind : Component
3+ metadata :
4+ name : statestore
5+ spec :
6+ type : state.redis
7+ metadata :
8+ - name : redisHost
9+ value : localhost:6379
10+ - name : redisPassword
11+ value : " "
12+ - name : actorStateStore
13+ value : " true"
You can’t perform that action at this time.
0 commit comments