We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0615c7b commit 0a282d4Copy full SHA for 0a282d4
AuthClient.h
@@ -12,7 +12,6 @@
12
#include "SHA1.h"
13
//#include "debug.h"
14
15
-#define GEARAUTHHOST "ga.netpie.io"
16
#define GEARAUTHPORT 8080
17
#define GEARAUTHSECUREPORT 8081
18
MicroGear.h
@@ -17,6 +17,7 @@
#include "AuthClient.h"
19
20
+#define GEARAUTHHOST "ga.netpie.io"
21
#define GBPORT 1883
22
#define GBSECUREPORT 8883
23
#define DEFAULTSECUREMODE false
0 commit comments