Variable NodeConfig.realm

The realm to which this node belongs (a domain name)

struct NodeConfig
{
  // ...
  immutable(Domain) realm = Domain("testnet.bosagora.io.");
  // ...
}