3.5. Global settings

The following table describes the global settings you can configure:

Table 3.9. Global Settings

NameArgumentsDescription
ServerTokensOne of None, ProductOnly, Major, Minor, Revision, Build, OSDefine what to print in the initial greeting of the protocol (first message of the server). Every token above prints more information as the previous one, staring from 'None' which prints nothing, to 'OS' which prints 'Wolframe version 1.4.5.22, Linux, Ubuntu 14.04'. The default is 'None'.
ServerSignaturestringDefine the string to be printed in the initial greeting of the protocol (first message of the server). The server signature gets added to the greeting string in brackets, for instance 'Wolframe version 1.4.5.22, Linux, Ubuntu 14.04 (CRM)'. The default is an empty string.


Example configuration:

ServerTokens OS
ServerSignature "CRM"
	

The server would send the following greeting string:

Wolframe version 1.4.5, Linux, Ubuntu 14.04 (CRM)