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