We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b553084 + 9bf5e8e commit 8fee6d2Copy full SHA for 8fee6d2
1 file changed
registry/templates/config.yml
@@ -26,8 +26,8 @@ common: &common
26
tags_cache_ttl: _env:MIRROR_TAGS_CACHE_TTL:172800 # seconds
27
28
cache:
29
- host: {{ or (.deis_cache_host) "" }}
30
- port: {{ or (.deis_cache_port) "" }}
+ host: {{ or (.deis_cache_host) "~" }}
+ port: {{ or (.deis_cache_port) "~" }}
31
password: _env:CACHE_REDIS_PASSWORD
32
db: 1
33
0 commit comments