Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fdurand committed Mar 7, 2025
1 parent ebcac77 commit 3c0026e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf/pf.conf.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ pfdetect=enabled
redis_cache=enabled
#
# services.redis_cache_host
redis_cache_host=[% ENV.env_or_default("REDIS_CACHE_HOST_PORT", "containers-gateway.internal") %]
redis_cache_host=[% ENV.env_or_default("REDIS_CACHE_HOST", "containers-gateway.internal") %]
#
# services.redis_cache_port
redis_cache_port=[% ENV.env_or_default("REDIS_CACHE_PORT", "6379") %]
Expand All @@ -609,7 +609,7 @@ redis_queue_port=[% ENV.env_or_default("REDIS_QUEUE_PORT", "6380") %]
redis_ntlm_cache=disabled
#
# services.redis_ntlm_cache_host
redis_ntlm_cache_host=[% ENV.env_or_default("REDIS_NTLM_CACHE_HOST_PORT", "containers-gateway.internal") %]
redis_ntlm_cache_host=[% ENV.env_or_default("REDIS_NTLM_CACHE_HOST", "containers-gateway.internal") %]
#
# services.redis_ntlm_cache_port
redis_ntlm_cache_port=[% ENV.env_or_default("REDIS_NTLM_CACHE_PORT", "6383") %]
Expand Down

0 comments on commit 3c0026e

Please sign in to comment.