use localhost

This commit is contained in:
Emiel Bruijntjes 2018-03-08 14:02:15 +01:00
parent c26005ddfb
commit 67056f6fd9
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ int main()
#endif
// make a connection
AMQP::Address address("amqps://guest:guest@testmailsender1.copernica.nl/");
AMQP::Address address("amqp://guest:guest@localhost/");
AMQP::TcpConnection connection(&handler, address);
// we need a channel too