src/Configuration.h
branchv_0
changeset 2 e6294ba5017f
parent 1 ccaed729f8d3
--- a/src/Configuration.h	Sun May 01 22:27:42 2022 +0200
+++ b/src/Configuration.h	Sat Jul 23 21:35:51 2022 +0200
@@ -29,7 +29,7 @@
 class Configuration {
 public:
 
-	relpipe::common::type::StringX endpointUrl = L"tcp://localhost:1234";
+	relpipe::common::type::StringX connectionString = L"tcp://localhost:1234";
 
 	virtual ~Configuration() {
 	}