Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jarun committed May 29, 2018
1 parent fed311d commit c1c43a0
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions bukuserver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -62,6 +62,9 @@ $ export BUKUSERVER_PER_PAGE=100
# on windows
$ SET BUKUSERVER_PER_PAGE=100
# in dockerfile
ENV BUKUSERVER_PER_PAGE=100
```

### Screenshots
Expand Down

0 comments on commit c1c43a0

Please sign in to comment.