From 119e247ea3a63491ca5446fd9c6837034a51a786 Mon Sep 17 00:00:00 2001 From: Michael Preisach Date: Sun, 16 Aug 2020 18:30:20 +0200 Subject: [PATCH] updated IP addresses for test environment --- common.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/common.h b/common.h index 77dca49..ab4407a 100644 --- a/common.h +++ b/common.h @@ -10,11 +10,11 @@ #include #include -#define ISSUERIP "127.0.0.1" +#define ISSUERIP "192.168.10.11" #define ISSUERPORT 6590 -#define MEMBERIP "127.0.0.1" +#define MEMBERIP "192.168.10.12" #define MEMBERPORT 6591 -#define VERIFIERIP "127.0.0.1" +#define VERIFIERIP "192.168.10.10" #define VERIFIERPORT 6592 #define MAX_CLIENTS 10