Files
pilotclient/mkspecs/features/vatsim.pri
Roland Winklmeier f1f7ee4709 Build with VATSIM support per default with hardened vatlib
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.
2017-05-30 13:03:33 +02:00

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