mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 07:15:35 +08:00
Add test client id and private key
Be aware this is just a test key pair. It will not work on the live VATSIM network
This commit is contained in:
@@ -15,9 +15,11 @@
|
||||
|
||||
static_assert(! std::is_abstract<BlackCore::CNetworkVatlib>::value, "Must implement all pure virtuals");
|
||||
|
||||
//TODO just placeholders to allow this to compile
|
||||
#define CLIENT_PUBLIC_ID 0
|
||||
#define CLIENT_PRIVATE_KEY ""
|
||||
// TODO just placeholders to allow this to compile
|
||||
// This is just a test key and is NOT valid on the live network.
|
||||
// Replace it with the BoG assigned key before shipping the installer
|
||||
#define CLIENT_PUBLIC_ID 0xb9ba
|
||||
#define CLIENT_PRIVATE_KEY "727d1efd5cb9f8d2c28372469d922bb4"
|
||||
|
||||
namespace BlackCore
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user