From 536ecefccafc49a5975433fd21601b794f24ae2e Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Tue, 29 May 2018 18:02:12 +0530 Subject: [PATCH] Update documentation --- bukuserver/README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/bukuserver/README.md b/bukuserver/README.md index 785a788..71ea0a6 100644 --- a/bukuserver/README.md +++ b/bukuserver/README.md @@ -44,11 +44,11 @@ See more option on `bukuserver run --help` and `bukuserver --help` Following are available os env config available for bukuserver. -| Name (without prefix) and description | Value | -| --- | --- | -| PER_PAGE (bookmarks per page) | positive integer [default: 10] | -| SECRET_KEY (server secret key) | string [default: os.urandom(24)] | -| URL_RENDER_MODE (url render mode) | `full` or `netloc` [default: `full`] | +| Name (without prefix) | Description | Value | +| --- | --- | --- | +| PER_PAGE | bookmarks per page | positive integer [default: 10] | +| SECRET_KEY | server secret key | string [default: os.urandom(24)] | +| URL_RENDER_MODE | url render mode | `full` or `netloc` [default: `full`] | Note: `BUKUSERVER_` is the common prefix. @@ -62,6 +62,9 @@ $ export BUKUSERVER_PER_PAGE=100 # on windows $ SET BUKUSERVER_PER_PAGE=100 + +# in dockerfile +ENV BUKUSERVER_PER_PAGE=100 ``` ### Screenshots