Variable AgoraCLIArgs.testnet

Special mode to run a TestNet full node

struct AgoraCLIArgs
{
  // ...
  bool testnet = false;
  // ...
}