Skip to content

Commit

Permalink
Fix REDIS_CONNECTION
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieu-benoit committed Jul 26, 2024
1 parent 1cd9d3c commit fad3bed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion score/score.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ containers:
cpu: "25m"
variables:
MESSAGE: "Hello, Redis!"
REDIS_CONNECTION: "${resources.redis-cart.host}:${resources.redis-cart.port},user=${resources.redis-cart.username},password=${resources.redis-cart.password}"
REDIS_CONNECTION: "${resources.redis.host}:${resources.redis.port},user=${resources.redis.username},password=${resources.redis.password}"
resources:
dns:
type: dns
Expand Down

0 comments on commit fad3bed

Please sign in to comment.