From 1dbcac121fa0dc522976fa4a1c836bb91be49a16 Mon Sep 17 00:00:00 2001
From: rtripath89 <ravi89@uab.edu>
Date: Thu, 20 Feb 2020 14:18:48 -0600
Subject: [PATCH] changing the server mentioned in config file (#14)

---
 rabbit_config.py.example | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rabbit_config.py.example b/rabbit_config.py.example
index 27c3dd9..5643bb1 100644
--- a/rabbit_config.py.example
+++ b/rabbit_config.py.example
@@ -2,5 +2,5 @@ Exchange = 'RegUsr'
 User = 'reggie'
 Password = 'CHANGE_IT_TO_YOUR_OWN_PASSWORD'
 VHost = '/'
-Server = 'ood'
+Server = 'ohpc'
 Port = 5672
-- 
GitLab