Skip to content

Commit

Permalink
net: Set relay address
Browse files Browse the repository at this point in the history
  • Loading branch information
IonAgorria committed Apr 11, 2024
1 parent ac9c9d3 commit e44ffea
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Source/Network/NetRelay.h
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
#ifndef PERIMETER_NETRELAY_H
#define PERIMETER_NETRELAY_H

static const char* NET_RELAY_DEFAULT_ADDRESS = "cloud.kdlab.com";
#ifdef EMSCRIPTEN
static const char* NET_RELAY_DEFAULT_ADDRESS = "herald.local";
static const uint16_t NET_RELAY_DEFAULT_PORT = 8080;
static const uint16_t NET_RELAY_DEFAULT_PORT = 8443;
#else
static const char* NET_RELAY_DEFAULT_ADDRESS = "relay.kdlab.com";
static const uint16_t NET_RELAY_DEFAULT_PORT = 11654;
#endif

Expand Down

0 comments on commit e44ffea

Please sign in to comment.