Skip to content

Commit d27e5d3

Browse files
authored
Update README.md
1 parent a7d71b6 commit d27e5d3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,13 @@ This is built in VS2019 (vc-142) using the <a href=https://github.com/ipkn/crow>
2727

2828
# Config File
2929
The Config File is pretty self explanatory
30-
<img src=https://i.imgur.com/wZOOfdv.png></img>
30+
<img src=https://i.imgur.com/8vqkkXS.png></img>
3131

3232

3333
<b>Fields:</b><br />
3434
host (string, default: "127.0.0.1"): A hostname (or IP-Address) <br />
3535
port (string, default: "6601"): Port <br />
36+
consoleWindow (boolean, default: "true"): If true, a console window will appear that outputs debugging information <br />
3637
https (boolean, default: true): If you want to use HTTPS or not <br />
3738
SSL_Key (string, default: "@sqfremoteexecute\ssl.key"): Path to your ssl.key file (only needed if using https) <br />
3839
SSL_Cert (string, default: "@sqfremoteexecute\ssl.cert"): Path to your ssl.cert file (only needed if using https) <br />

0 commit comments

Comments
 (0)