Skip to content

Commit

Permalink
fixed rabbitmq integration points
Browse files Browse the repository at this point in the history
  • Loading branch information
vdelendik committed Aug 29, 2018
1 parent f7199f2 commit b834259
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions variables.env
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ ZAFIRA_EMAIL_USER=
ZAFIRA_EMAIL_PASSWORD=

# ZAFIRA RABBITMQ
ZAFIRA_RABBITMQ_ENABLED=false
ZAFIRA_RABBITMQ_ENABLED=true
ZAFIRA_RABBITMQ_HOST=rabbitmq
ZAFIRA_RABBITMQ_PORT=61613
ZAFIRA_RABBITMQ_PORT=5672
ZAFIRA_RABBITMQ_USER=qpsdemo
ZAFIRA_RABBITMQ_PASS=qpsdemo
ZAFIRA_RABBITMQ_WS=http://demo.qaprosoft.com/stomp
Expand Down

0 comments on commit b834259

Please sign in to comment.