mirror of https://github.com/winsw/winsw
10 lines
436 B
Markdown
10 lines
436 B
Markdown
# EXE configuration file
|
|
|
|
In addition to the [XML configuration file](xmlConfigFile.md), WinSW uses a standard .NET *WinSW.exe.config* file, which allows setting up some custom settings.
|
|
|
|
Use-cases:
|
|
* Declaring compatibility with newer .NET versions (see the [Installation guide](installation.md))
|
|
* Managing custom behavior for the offline mode (see the [Installation guide](installation.md))
|
|
* Managing Logging levels of log4j
|
|
* etc.
|