Versions Compared
Key
- This line was added.
- This line was removed.
- Formatting was changed.
This article describes the syntax when configuring Nexus Timestamp Server.
All configuration parameters are in the form: <name>=<value>
. The character #
first on a line starts a comment.
Expand | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
Configuration parameters can be grouped into sections. A prefix in square brackets on a line starts a new section. See this example:
Sections are a shorthand of this:
|
Expand | |||||
---|---|---|---|---|---|
| |||||
Configuration parameters can be split into several configuration files using an include statement:
This example will include parameters from all files with file names ending with “-webapp.properties”. |
Expand | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||
Text substitution will be performed on the values defined in the configuration files. The following replacements will be done:
|
Expand | ||
---|---|---|
| ||
To scramble any configuration parameter in the configuration file:
Example: The parameter *.pin = 1234 is considered to be sensitive and therefore it should be scrambled.
|