Skip to content
Snippets Groups Projects
vars.py 209 B
Newer Older
id = ''
password = '' 
key = ''
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"