Browse Source

Added config file info

Paolo Galli 4 years ago
parent
commit
fc2b302651
1 changed files with 2 additions and 0 deletions
  1. 2 0
      README.md

+ 2 - 0
README.md

@@ -11,3 +11,5 @@ The `POST` method is called with the `-p` option and is used to add a log to the
 
 ### UPDATE
 The `UPDATE` method is called with the `-u` option and is used to regenerate the internal server database. It should only be called if a log file is added by hand, or if some of the log files get renamed or corrupted. It assumes that all the log files are correctly formatted.
+## Configuration file
+To choose the server to communicate with, edit the configuration file. The configuration file is named `config` and is a ssh config file: so, for more help, refer to ssh\_config manuals (i.e. run `man ssh_config` on your terminal).