Skip to content
Snippets Groups Projects
Commit 71c330d5 authored by Mihnea Duican's avatar Mihnea Duican
Browse files

Change for compose

parent be41d4af
Branches master
No related tags found
No related merge requests found
......@@ -24,8 +24,8 @@ print(' [*] Connecting to server ...')
credentials = pika.PlainCredentials('rabbitmq', 'password')
connection = pika.BlockingConnection(pika.ConnectionParameters(
# Change below "romanian style aka romaneasca" either using compose OR manual run
# host='idp_rabbitmq',
host='localhost',
host='idp_rabbitmq',
# host='localhost',
port=5672,
credentials=credentials
),)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment