From e3fbc4f837261b077ceda052a44416140d871656 Mon Sep 17 00:00:00 2001 From: Ozzieisaacs Date: Fri, 21 Jun 2019 18:34:31 +0200 Subject: [PATCH] Update environmental variables --- Command Line Interface.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Command Line Interface.md b/Command Line Interface.md index 2964405..9d75cd3 100644 --- a/Command Line Interface.md +++ b/Command Line Interface.md @@ -7,3 +7,10 @@ Currently supported are 4 options, which are useful for running multiple instanc `-g path` allows to specify the location of the google-drive database\ `-c path` allows to specify the location of SSL certfile, works only in combination with keyfile\ `-k path` allows to specify the location of SSL keyfile, works only in combination with certfile + +## Environmental variables + +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.