From 509c54de829e6e69e0fd95ae1173071039d88b6e Mon Sep 17 00:00:00 2001 From: Northguy <1189058+Northguy@users.noreply.github.com> Date: Thu, 29 Jun 2023 22:22:51 +0200 Subject: [PATCH] clarified CALIBRE_RECONNECT --- Command-Line-Interface.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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