Update redis.yaml

This commit is contained in:
Yaron Schneider 2019-10-17 11:32:17 -07:00 committed by GitHub
parent b06e63d7ce
commit fbcb7b2228
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"