Update documentation

This commit is contained in:
Arun Prakash Jana 2018-05-29 18:02:12 +05:30
parent fed311d494
commit 536ecefcca
No known key found for this signature in database
GPG Key ID: A75979F35C080412

View File

@ -44,11 +44,11 @@ See more option on `bukuserver run --help` and `bukuserver --help`
Following are available os env config available for bukuserver. Following are available os env config available for bukuserver.
| Name (without prefix) and description | Value | | Name (without prefix) | Description | Value |
| --- | --- | | --- | --- | --- |
| PER_PAGE (bookmarks per page) | positive integer [default: 10] | | PER_PAGE | bookmarks per page | positive integer [default: 10] |
| SECRET_KEY (server secret key) | string [default: os.urandom(24)] | | SECRET_KEY | server secret key | string [default: os.urandom(24)] |
| URL_RENDER_MODE (url render mode) | `full` or `netloc` [default: `full`] | | URL_RENDER_MODE | url render mode | `full` or `netloc` [default: `full`] |
Note: `BUKUSERVER_` is the common prefix. Note: `BUKUSERVER_` is the common prefix.
@ -62,6 +62,9 @@ $ export BUKUSERVER_PER_PAGE=100
# on windows # on windows
$ SET BUKUSERVER_PER_PAGE=100 $ SET BUKUSERVER_PER_PAGE=100
# in dockerfile
ENV BUKUSERVER_PER_PAGE=100
``` ```
### Screenshots ### Screenshots