|
@@ -31,43 +31,53 @@ The following is an example default config file::
|
|
|
[Database]
|
|
|
filename = sqlite:///<PWMAN_CONFIG>/pwman.db`
|
|
|
|
|
|
+ [Updater]
|
|
|
+ supress_version_check = no
|
|
|
+ client_info = ee5cd64310568736b971e3fb7c7064a4459b99a2b78672515fd0f06c82f65d5
|
|
|
+
|
|
|
|
|
|
Following is a table describing the parameters and their meanings:
|
|
|
|
|
|
|
|
|
- =========== ===========
|
|
|
- **Section** *Readline*
|
|
|
- ----------- -----------
|
|
|
- *Global*
|
|
|
- history path to the file containing history of commands typed
|
|
|
- ----------- -----------
|
|
|
- **Section** *Global*
|
|
|
- ----------- -----------
|
|
|
- save True or False - whether the Configuring file should be saved
|
|
|
- ----------- -----------
|
|
|
- colors yes or no - If set to *no*, no colors used in output. This is useful for breil terminals.
|
|
|
- ----------- -----------
|
|
|
- cp_timeout Number of seconds before the clipboard is erased.
|
|
|
- ----------- -----------
|
|
|
- cls_timeout Number of seconds before the screen is clean after a print.
|
|
|
- ----------- -----------
|
|
|
- umask The umask in which database and configuration files are written.
|
|
|
- ----------- -----------
|
|
|
- xsel path to the xsel binary (Linux\BSD only)
|
|
|
- ----------- -----------
|
|
|
- **Section** *Database*
|
|
|
- ----------- -----------
|
|
|
- dburi Database URI conforming to `RFC3986`_. SQLite, Postgreql,
|
|
|
- MySQL and MongoDB are currently supported.
|
|
|
-
|
|
|
- SQLite example: `sqlite:///path/to/your/db`
|
|
|
-
|
|
|
- Postgreql example: `postgresql://<user>:<pass>@<host[:port]>/<database>`
|
|
|
-
|
|
|
- MySQL example: `mysql://<user>:<pass>@<host[:port]>/<database>`
|
|
|
-
|
|
|
- MongoDB example: `mongodb://<user>:<pass>@<host[:port]>/<database>`
|
|
|
- =========== ===========
|
|
|
+ ===================== ===========
|
|
|
+ **Section** *Readline*
|
|
|
+ --------------------- -----------
|
|
|
+ *Global*
|
|
|
+ history path to the file containing history of commands typed
|
|
|
+ --------------------- -----------
|
|
|
+ **Section** *Global*
|
|
|
+ --------------------- -----------
|
|
|
+ save True or False - whether the Configuring file should be saved
|
|
|
+ --------------------- -----------
|
|
|
+ colors yes or no - If set to *no*, no colors used in output. This is useful for breil terminals.
|
|
|
+ --------------------- -----------
|
|
|
+ cp_timeout Number of seconds before the clipboard is erased.
|
|
|
+ --------------------- -----------
|
|
|
+ cls_timeout Number of seconds before the screen is clean after a print.
|
|
|
+ --------------------- -----------
|
|
|
+ umask The umask in which database and configuration files are written.
|
|
|
+ --------------------- -----------
|
|
|
+ xsel path to the xsel binary (Linux\BSD only)
|
|
|
+ --------------------- -----------
|
|
|
+ **Section** *Database*
|
|
|
+ --------------------- -----------
|
|
|
+ dburi Database URI conforming to `RFC3986`_. SQLite, Postgreql,
|
|
|
+ MySQL and MongoDB are currently supported.
|
|
|
+
|
|
|
+ SQLite example: `sqlite:///path/to/your/db`
|
|
|
+
|
|
|
+ Postgreql example: `postgresql://<user>:<pass>@<host[:port]>/<database>`
|
|
|
+
|
|
|
+ MySQL example: `mysql://<user>:<pass>@<host[:port]>/<database>`
|
|
|
+
|
|
|
+ MongoDB example: `mongodb://<user>:<pass>@<host[:port]>/<database>`
|
|
|
+ --------------------- -----------
|
|
|
+ **Section** *Updater*
|
|
|
+ --------------------- -----------
|
|
|
+ supress_version_check yes or no - check for newer versions of pwman3
|
|
|
+ --------------------- -----------
|
|
|
+ client_info sha256 digest of host name and username, used for identifying the client
|
|
|
+ ===================== ===========
|
|
|
|
|
|
|
|
|
.. _RFC3986: http://www.ietf.org/rfc/rfc3986.txt
|