diff -r 452d06d24ac2 -r ccaed729f8d3 src/Configuration.h --- a/src/Configuration.h Sun May 01 18:24:24 2022 +0200 +++ b/src/Configuration.h Sun May 01 22:27:42 2022 +0200 @@ -29,9 +29,7 @@ class Configuration { public: - relpipe::common::type::StringX relation = L"zeromq"; - relpipe::common::type::StringX queue = L"/relpipe"; - relpipe::common::type::Boolean unlinkOnClose = false; + relpipe::common::type::StringX endpointUrl = L"tcp://localhost:1234"; virtual ~Configuration() { }