*.exe.config

From OKOS Wiki
Revision as of 15:31, 5 June 2025 by Gshotts (talk | contribs)
Jump to navigation Jump to search

See Also: Sample ODIS.exe.config File

The exe.config file is an XML file created along with the ODIS application. The features referenced in the file are usually set once on installation and left in place. However, as the features may require modification, a user can edit some of the features as needed.

Sections

The file has several subsections, only the appSettings section can be altered by the user.

appSettings

AppSettings, i.e. Application Settings, is used to configure ODIS Server information and to identify the Token File to be used to activate the program. The settings are configured as key/value pairs.

the available keys are as follows:

ServerIP
This defines the IP address used when ODIS is configured as a server.
ServerPort
This defines the port used by ODIS when configured as a server.
ServerID
A User-defined string identifying this instance of ODIS. Can be used to distinguish between ODIS servers if more than one system is present.
BroadcastIP
The IP Address used by the ODIS server to broadcast messages.
RestoreParameters
factory use only
TokenFile
The name of the token file used to activate ODIS. The name must match the Token file name exactly.