Browse Source

updated IP addresses for test environment

master
Michael Preisach 5 years ago
parent
commit
119e247ea3
  1. 6
      common.h

6
common.h

@ -10,11 +10,11 @@
#include <string.h>
#include <stdint.h>
#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

Loading…
Cancel
Save