/usr/share/doc/wsl/wsl-config is in wsl 0.2.1-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 | ## NOTE: Sample config file.
## To make use, copy this file to ~/.wsl-config and customize.
## See the accompanying README file for more info.
## Timeout in seconds waiting for response. { 1...600} Default is 60.
#WGETTIMEOUTSECS=60
## Number of retry when there is no response. { 1...6 } Default is 1.
#WGETTRYNUM=1
## Use HTTP connection. Default is use HTTPS. Uncomment var for HTTP.
#WSNOSSL=true
## Optimized enumeration, required for WSENUMMAXELEM. Default is optimized. Uncomment var for non-optimized.
#WSENUMOPTIMIZE=
## Max number of instances in a response. { 1...1048576 } Default is 512.
#WSENUMMAXELEM=512
## Schema prefix used for non-DMTF class. Default is "schemas.dell.com"
#WSDEFAULTSCHEMA="schemas.dell.com"
## Interactive level: 0=NoAsk, 1=AskIPAddress, 2=AskIPandCredential. Default is 0.
#IPINTERACTIVE=2
## Remember IP address and user credential. Default is keep history. Uncomment var to prevent history use.
#KEEPHISTORY=0
## Display date-time stamp. Default is disabled.
#DATETIMESTAMP=true
## Formatted display of response XML. Default is disabled.
#FORMATDISPLAY=true
## Output level: 0=NoOutput, 1=ResponseOnly, 2=AddRequest, 3=AddMore. Default is 1.
#OUTLEVEL=3
## Output directory. Default is current directory.
#OUTPREFIX=.
## Log filename. Default is /log.txt
#LOGFILE="$OUTPREFIX/log.txt"
## Result XML filename. Default=/response.xml
#RETURNFILE="$OUTPREFIX/response.xml"
|