Skip to content
Snippets Groups Projects

changing the server mentioned in config file

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -2,5 +2,5 @@ Exchange = 'RegUsr'
User = 'reggie'
Password = 'CHANGE_IT_TO_YOUR_OWN_PASSWORD'
VHost = '/'
Server = 'ood'
Server = 'ohpc'
Port = 5672
Loading