Skip to content
Snippets Groups Projects
Commit 1c4d28b5 authored by Krish Moodbidri's avatar Krish Moodbidri
Browse files

added username and password as variables

parent 9b593972
No related branches found
No related tags found
1 merge request!43added vars file to be used by run.py and tasks.py
id = 'reggie'
password = 'reggie'
key = 'vnkdjnfjknfl1232'
broker_url = 'amqp://reggie:reggie@ohpc:5672/'
broker_url = 'amqp://' + id + ':' + password + '@ohpc:5672/'
print broker_url
message_queue = broker_url + 'socketio'
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