mirror of
https://github.com/fosrl/docs.git
synced 2025-05-12 21:30:43 +01:00
add env var
This commit is contained in:
parent
e7f44c9fd0
commit
fa182d5b14
1 changed files with 1 additions and 0 deletions
|
@ -76,6 +76,7 @@ Pangolin is configured using a `config.yml` file. The file is expected to be mou
|
||||||
- The length of time in hours that a session for each resource will last after logging in.
|
- The length of time in hours that a session for each resource will last after logging in.
|
||||||
- Default: `720`
|
- Default: `720`
|
||||||
- `secret`: string
|
- `secret`: string
|
||||||
|
- Env: SERVER_SECRET
|
||||||
- A 32-byte base64 encoded string used to encrypt data in the database.
|
- A 32-byte base64 encoded string used to encrypt data in the database.
|
||||||
- Generate one with: `openssl rand -base64 32`
|
- Generate one with: `openssl rand -base64 32`
|
||||||
- Example: "N6KkZsm9WdK7ZXvVFEqyNgLw2iPeLX7hUpRy8WiWzVA="
|
- Example: "N6KkZsm9WdK7ZXvVFEqyNgLw2iPeLX7hUpRy8WiWzVA="
|
||||||
|
|
Loading…
Reference in a new issue