mirror of https://github.com/dapr/quickstarts.git
Update redis.yaml
This commit is contained in:
parent
b06e63d7ce
commit
fbcb7b2228
|
|
@ -6,6 +6,6 @@ spec:
|
|||
type: state.redis
|
||||
metadata:
|
||||
- name: "redisHost"
|
||||
value: "YOUR_REDIS_HOST_HERE"
|
||||
value: "YOUR_REDIS_HOST_HERE:6379"
|
||||
- name: "redisPassword"
|
||||
value: "YOUR_REDIS_KEY_HERE"
|
||||
|
|
|
|||
Loading…
Reference in New Issue