diff --git a/rabbit_config.py.example b/rabbit_config.py.example new file mode 100644 index 0000000000000000000000000000000000000000..5643bb163e71c667dffdb6890c854b84d3810596 --- /dev/null +++ b/rabbit_config.py.example @@ -0,0 +1,6 @@ +Exchange = 'RegUsr' +User = 'reggie' +Password = 'CHANGE_IT_TO_YOUR_OWN_PASSWORD' +VHost = '/' +Server = 'ohpc' +Port = 5672