Skip to content
Snippets Groups Projects
vars.py 237 B
Newer Older
id = 'reggie'
password = 'reggie' 
Krish Moodbidri's avatar
Krish Moodbidri committed
key = 'vnkdjnfjknfl1232'
broker_url =  'amqp://' + id + ':' + password + '@ohpc:5672/'
message_queue =  broker_url + 'socketio'
Mitchell Moore's avatar
Mitchell Moore committed
default_referrer = "https://docs.uabgrid.uab.edu/wiki/Cheaha_Quick_Start"