Although they are used for different purposes, each of the configuration files is constructed in a similar manner and with a similar appearance. Section headings are surrounded by square brackets [ ], under which are specific settings relating to that heading. For example:
[SYSTEM]
Page = BoosterStation
In the above example, the [SYSTEM] section of the "Config.ini" file contains settings relevant to the system. Take, for example, the variable set in this example. The "Page" variable is set equal to "BoosterStation". This tells VTS to open the Booster Station application page when the application starts.
Text to the left of the equals sign (=) indicates the name of the variable, while the text on the right indicates the value you wish the variable to have.
In the exercises that follow, you will change a few of the configuration file settings in the tutorial application's "Config.ini" configuration file. Be sure to enter the settings exactly as they appear in the exercises so that they work properly.