Skip to content

Commit b8917a6

Browse files
committed
Merge pull request #449 from CodeNow/rabbitmq-oops
rabbit -> rabbitmq
2 parents 8a5ec41 + c00c9f4 commit b8917a6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

ansible/group_vars/alpha-eru.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ container_envs: >-
2727
-e MONGODB_REPLSET={{ eru_mongodb_replset }}
2828
-e MONGODB_USERNAME={{ eru_mongodb_username }}
2929
-e NODE_ENV=production
30-
-e RABBIT_HOSTNAME={{ rabbit_host_address }}
31-
-e RABBIT_PORT={{ rabbit_port }}
32-
-e RABBIT_USERNAME={{ rabbit_username }}
33-
-e RABBIT_PASSWORD={{ rabbit_password }}
30+
-e RABBITMQ_HOSTNAME={{ rabbit_host_address }}
31+
-e RABBITMQ_PORT={{ rabbit_port }}
32+
-e RABBITMQ_USERNAME={{ rabbit_username }}
33+
-e RABBITMQ_PASSWORD={{ rabbit_password }}
3434
-e REDIS_HOSTNAME={{ redis_host_address }}
3535
-e REDIS_PORT={{ redis_port }}
3636
-e RUNNABLE_DOMAIN={{ domain }}

0 commit comments

Comments
 (0)