mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-12 23:35:33 +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");
|
static_assert(! std::is_abstract<BlackCore::CNetworkVatlib>::value, "Must implement all pure virtuals");
|
||||||
|
|
||||||
//TODO just placeholders to allow this to compile
|
// TODO just placeholders to allow this to compile
|
||||||
#define CLIENT_PUBLIC_ID 0
|
// This is just a test key and is NOT valid on the live network.
|
||||||
#define CLIENT_PRIVATE_KEY ""
|
// Replace it with the BoG assigned key before shipping the installer
|
||||||
|
#define CLIENT_PUBLIC_ID 0xb9ba
|
||||||
|
#define CLIENT_PRIVATE_KEY "727d1efd5cb9f8d2c28372469d922bb4"
|
||||||
|
|
||||||
namespace BlackCore
|
namespace BlackCore
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user