diff --git a/README.md b/README.md index 162e7b4b..1980a71d 100644 --- a/README.md +++ b/README.md @@ -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", diff --git a/config.json b/config.json index 1cde20cd..06237784 100644 --- a/config.json +++ b/config.json @@ -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", @@ -255,4 +256,4 @@ "RCON": "redBright" } } -} \ No newline at end of file +}