...
If required, configurations can also be overridden using key-value pairs as command line parameters. The name here corresponds to the path of the setting, using the ":" character as the path separator. Key-value pairs can be specified in various waysas follows:
<name1>=<value1> <name2>=<value2> ...
/<name1> <value1> /<name2> <value2> ...
--<name1> <value1> --<name2> <value2> ...
You can find more information on this topic at the following link:
...
.
...
.
...
.
...
Example:
Code Block |
---|
GalileoGroup.Connect.Server.exe Logging:LogLevel:Default=Debug |
...