Skip to content

Commit

Permalink
Update roles/artemis/templates/artemis.env.j2
Browse files Browse the repository at this point in the history
  • Loading branch information
bensofficial authored Jan 16, 2025
1 parent 2af3bde commit 873858a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/artemis/templates/artemis.env.j2
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ SPRING_DATA_REDIS_HOST='{{ redis.host }}'
SPRING_DATA_REDIS_PORT='{{ redis.port}}'
SPRING_DATA_REDIS_USERNAME='{{ redis.username}}'
SPRING_DATA_REDIS_PASSWORD='{{ redis.password }}'
SPRING_DATA_REDIS_CLIENTNAME='{{ artemis_eureka_instance_id }}'
SPRING_DATA_REDIS_CLIENTNAME='{{ artemis_redis_client_name }}'
{% endif %}
{% if is_multinode_install and hazelcast_address is defined %}
SPRING_HAZELCAST_INTERFACE='{{ hazelcast_address }}'
Expand Down

0 comments on commit 873858a

Please sign in to comment.