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.
This commit is contained in:
Roland Winklmeier
2017-05-16 16:38:29 +02:00
parent 2509fb9d2e
commit f1f7ee4709
2 changed files with 3 additions and 3 deletions

View File

@@ -7,5 +7,5 @@ VATSIM_CLIENT_ID = "0xb9ba"
# VATSIM private key, which belongs to the id above. # VATSIM private key, which belongs to the id above.
VATSIM_CLIENT_PRIVATE_KEY = "727d1efd5cb9f8d2c28372469d922bb4" VATSIM_CLIENT_PRIVATE_KEY = "727d1efd5cb9f8d2c28372469d922bb4"
# Uncomment the section below to build a version with VATSIM features enabled # Comment the section below to build a version without VATSIM features enabled
#BLACK_CONFIG *= SwiftVatsimSupport BLACK_CONFIG *= SwiftVatsimSupport