mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 04:25:35 +08:00
The hardened vatlib requires to use server type VATSIM (which configures the VATSIM protocol in vatlib) to connect to VATSIM servers. Using any other server type will from now on fail to connect to VATSIM. Since unit tests regularly run tests against the server running on VATGER, this has to be enabled change the default server type to VATSIM by enabling SwiftVatsimSupport.
12 lines
444 B
Plaintext
12 lines
444 B
Plaintext
# This is in a separate file to allow easy patching.
|
|
|
|
# VATSIM client id as assigned by VATSIM Network team. The one below is a test key.
|
|
# It is working only with VATGER test server.
|
|
VATSIM_CLIENT_ID = "0xb9ba"
|
|
|
|
# VATSIM private key, which belongs to the id above.
|
|
VATSIM_CLIENT_PRIVATE_KEY = "727d1efd5cb9f8d2c28372469d922bb4"
|
|
|
|
# Comment the section below to build a version without VATSIM features enabled
|
|
BLACK_CONFIG *= SwiftVatsimSupport
|