Skip to content

Commit

Permalink
Added host property to ftp config to limit confusion as this is a com…
Browse files Browse the repository at this point in the history
…mon configurable property. (#346)

* Update config.json

Added host property to ftp config to limit confusion as this is a common configurable property.

* Update README.md
  • Loading branch information
mbartisan authored Mar 11, 2024
1 parent 923c601 commit de8219d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ The following section of the configuration contains information about your Squad
"logReaderMode": "tail",
"logDir": "C:/path/to/squad/log/folder",
"ftp":{
"host": "xxx.xxx.xxx.xxx",
"port": 21,
"user": "FTP Username",
"password": "FTP Password",
Expand Down
3 changes: 2 additions & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"logReaderMode": "tail",
"logDir": "C:/path/to/squad/log/folder",
"ftp": {
"host": "xxx.xxx.xxx.xxx",
"port": 21,
"user": "FTP Username",
"password": "FTP Password",
Expand Down Expand Up @@ -255,4 +256,4 @@
"RCON": "redBright"
}
}
}
}

0 comments on commit de8219d

Please sign in to comment.