diff --git a/Command-Line-Interface.md b/Command-Line-Interface.md index bc2b57c..bed48ca 100644 --- a/Command-Line-Interface.md +++ b/Command-Line-Interface.md @@ -24,8 +24,8 @@ Starting Calibre-Web with `-k "" -c ""`, deactivates the ssl-server, it falls ba Calibre-Web supports the following Environmental variables. `CALIBRE_DBPATH` allows to set the home directory for Calibre-Web's settings files (`app.db`, `calibre-web.log`, `gdrive.db`)\ -`CALIBRE_PORT` allows to set the default listening port during creation of the settings database. Afterwards the port which is configured in the UI, is used. -`CALIBRE_RECONNECT` enables the reconnect endpoint\ +`CALIBRE_PORT` allows to set the default listening port during creation of the settings database. Afterwards the port which is configured in the UI, is used.\ +`CALIBRE_RECONNECT` enables the reconnect endpoint (`/reconnect`) which will attempt to reconnect the database\ `CALIBRE_LOCALHOST` allows loading covers from localhost and local network\ `CALIBRE_UNIX_SOCKET` allows to run Calibre-Web on a specified unix-socket, needs gevent