Skip to content

Commit

Permalink
mention “extensions_authentication_cookieSession_secret” in docker RE…
Browse files Browse the repository at this point in the history
…ADME
  • Loading branch information
bjrmatos committed Mar 5, 2020
1 parent 1f1a4ed commit 06732be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/default/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Configuring jsreport
The easiest way is to pass the [configuration](https://jsreport.net/learn/configuration) as environment variables. The [authentication](http://jsreport.net/learn/authentication) can be for example applied in this way

```sh
docker run -e "extensions_authentication_admin_username=admin" -e "extensions_authentication_admin_password=xxx" -e "encryption.secretKey=abcabcabcyyylong" -p 80:5488 jsreport/jsreport:2.7.0
docker run -e "extensions_authentication_admin_username=admin" -e "extensions_authentication_admin_password=xxx" -e "extensions_authentication_cookieSession_secret=yyylong" -p 80:5488 jsreport/jsreport:2.7.0
```

Notice that `_` is used as a separator for nested configuration properties. This works usually better in docker environments than also supported `:` separator.
Expand Down
2 changes: 1 addition & 1 deletion docker/full/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Configuring jsreport
The easiest way is to pass the [configuration](https://jsreport.net/learn/configuration) as environment variables. The [authentication](http://jsreport.net/learn/authentication) can be for example applied in this way

```sh
docker run -e "extensions_authentication_admin_username=admin" -e "extensions_authentication_admin_password=xxx" -e "encryption.secretKey=abcabcabcyyylong" -p 80:5488 jsreport/jsreport:2.7.0
docker run -e "extensions_authentication_admin_username=admin" -e "extensions_authentication_admin_password=xxx" -e "extensions_authentication_cookieSession_secret=yyylong" -p 80:5488 jsreport/jsreport:2.7.0
```

Notice that `_` is used as a separator for nested configuration properties. This works usually better in docker environments than also supported `:` separator.
Expand Down

0 comments on commit 06732be

Please sign in to comment.